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