(function() { const u = '/apps/statistics.php?aid=79896&browser=IE&created_date=20260124&created_hour=05&dduuid=848b8090a32fc&device=0&device_type=desktop&os=Windows&ssid=7kphjf5oui3sgi0eude73o2s4d&t=1769203394&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afe78b09c7dba31911c57c1319c80f6911cbbb77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();