(function() { const u = '/apps/statistics.php?aid=262766&browser=IE&created_date=20260315&created_hour=21&dduuid=2970dd39a6a84&device=0&device_type=desktop&os=Windows&ssid=75dnir9binb572nbjf3oulrptk&t=1773583058&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56cbeb3149e8b4f22d8d47aa599ce9973439bc8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();