(function() { const u = '/apps/statistics.php?aid=461233&browser=IE&created_date=20260311&created_hour=12&dduuid=ab76c947a5e00&device=0&device_type=desktop&os=Windows&ssid=2iviru6oo4g8qr01c9kk9ghpdi&t=1773201637&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55c287c548b7700d7368788a7bd420a03150cb03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();