(function() { const u = '/apps/statistics.php?aid=434889&browser=IE&created_date=20260305&created_hour=05&dduuid=3c7c0363711f6&device=0&device_type=desktop&os=Windows&ssid=mu68dlik7po9fpuntgdleu5o04&t=1772658755&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=933303fe93b9fdb1cd33dff28cc63bb240c5845a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();