(function() { const u = '/apps/statistics.php?aid=448969&browser=IE&created_date=20260123&created_hour=22&dduuid=0af6fe9c9077a&device=0&device_type=desktop&os=Windows&ssid=j1kppr9mqnbhdset5bh6q2p7cn&t=1769178560&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94bc9c5ffa1a6ec1e58e6e683ae67e2ae669a024&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();