(function() { const u = '/apps/statistics.php?aid=451846&browser=IE&created_date=20260225&created_hour=03&dduuid=79a655fef8d94&device=0&device_type=desktop&os=Windows&ssid=b1o12v9e7u4dvfaqk0v1qktplu&t=1771962681&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ead3215c7ebb218ebc507e6194362fa26e69185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();