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