(function() { const u = '/apps/statistics.php?aid=455513&browser=IE&created_date=20260303&created_hour=12&dduuid=ed9fb92fe4423&device=0&device_type=desktop&os=Windows&ssid=pvusdo1sstsrnasf9b1j4r53nl&t=1772512901&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28e23e29f12f0cf297fce2fced16756d4506cc61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();