(function() { const u = '/apps/statistics.php?aid=344992&browser=IE&created_date=20260313&created_hour=08&dduuid=f33ab507f504c&device=0&device_type=desktop&os=Windows&ssid=itd597o75ef1jm0sjsponr7836&t=1773360455&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e28b773145eefcecfa1210cfff70f1e1ccacb741&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();