(function() { const u = '/apps/statistics.php?aid=38462&browser=IE&created_date=20260305&created_hour=03&dduuid=99db084378b54&device=0&device_type=desktop&os=Windows&ssid=f86l9s9k1aqu7d5s2iko0fhg8f&t=1772653630&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=968721ee60948fe160350c38f514f4ee1d2d21c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();