(function() { const u = '/apps/statistics.php?aid=439594&browser=IE&created_date=20260310&created_hour=19&dduuid=e7d4a8eef7ba2&device=0&device_type=desktop&os=Windows&ssid=tqh5hdomga1c3eghqrk5c1ub02&t=1773140938&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f464fa8ae9dd99e44bfbf56e15d4d68aefd0fe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();