(function() { const u = '/apps/statistics.php?aid=440010&browser=IE&created_date=20260312&created_hour=00&dduuid=e56ea69af96e5&device=0&device_type=desktop&os=Windows&ssid=nfrol49ldm4faah8ahoot0rdkc&t=1773246634&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d53e997375698a1282e3031100a4ccd2c4b22d81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();