(function() { const u = '/apps/statistics.php?aid=448408&browser=IE&created_date=20260123&created_hour=23&dduuid=1b3c3af47a0d4&device=0&device_type=desktop&os=Windows&ssid=ala0jc7g50976mu0qfga4phps7&t=1769183412&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36dc7d1330c5bfca6870a0a899eb8051c383deb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();