(function() { const u = '/apps/statistics.php?aid=454123&browser=IE&created_date=20260305&created_hour=06&dduuid=b4f9244784b99&device=0&device_type=desktop&os=Windows&ssid=h9dfkothe8k24ko4ksthsokmc9&t=1772662181&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f91c35297d5c3fae441b2aec5ad3d31547a0b2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();