(function() { const u = '/apps/statistics.php?aid=17343&browser=IE&created_date=20260123&created_hour=07&dduuid=6ef6da16615ab&device=0&device_type=desktop&os=Windows&ssid=gmafloqfeild8vdl51gvdlepjo&t=1769124761&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd49e070fc9dbd386e2a865f276146c56d31ff47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();