(function() { const u = '/apps/statistics.php?aid=448649&browser=IE&created_date=20260112&created_hour=05&dduuid=90601452fb56d&device=0&device_type=desktop&os=Windows&ssid=smtjeqf0e2cho6pnn122e27c5r&t=1768167794&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5768e647b96e766b7ee9b09c6890a41f8c15c7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();