(function() { const u = '/apps/statistics.php?aid=449465&browser=IE&created_date=20260307&created_hour=23&dduuid=370ae00aa5eb2&device=0&device_type=desktop&os=Windows&ssid=uuu7dfr012e5ktem4d1mph1j2r&t=1772896944&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d9bcc7392cc761d2ba52d523292a8111334fdb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();