(function() { const u = '/apps/statistics.php?aid=420549&browser=IE&created_date=20260310&created_hour=13&dduuid=cee0ee43532a5&device=0&device_type=desktop&os=Windows&ssid=jlfp4nbhfp576ll9qv7scrigld&t=1773120048&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1293e13afe2f47a4c84f90ec5ad82767782880e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();