(function() { const u = '/apps/statistics.php?aid=360219&browser=IE&created_date=20260306&created_hour=04&dduuid=5cd4ec9009899&device=0&device_type=desktop&os=Windows&ssid=op1g4tjhecevnoakkfntr0e7hi&t=1772742295&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=581df05fb922a3990293864b87f6fbe019a8e7f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();