(function() { const u = '/apps/statistics.php?aid=451678&browser=IE&created_date=20260225&created_hour=06&dduuid=7269c836f77f1&device=0&device_type=desktop&os=Windows&ssid=udne3a24igmifd60afqel4538l&t=1771971092&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6bde3b0e6d4400cd41097145ecc15ea02dcbe79d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();