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