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