(function() { const u = '/apps/statistics.php?aid=456172&browser=IE&created_date=20260306&created_hour=11&dduuid=633212e61e23a&device=0&device_type=desktop&os=Windows&ssid=kts59rttd0puo8b39m943u94r9&t=1772767662&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e386706b24c49e386fa8398ba20d0b362f0311a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();