(function() { const u = '/apps/statistics.php?aid=402024&browser=IE&created_date=20260307&created_hour=22&dduuid=5446f3a2df49c&device=0&device_type=desktop&os=Windows&ssid=6h6ep70utgthuiq1deqo1ms0u6&t=1772895197&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=636ca292d58722d53423ba61be90ba1d8bb43562&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();