(function() { const u = '/apps/statistics.php?aid=419004&browser=IE&created_date=20260307&created_hour=15&dduuid=b38ce22104962&device=0&device_type=desktop&os=Windows&ssid=silh6r04uiki8933al9on5gbd1&t=1772867858&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4b3f2ee85b0152f9b40428bb1f18f214cf73a70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();