(function() { const u = '/apps/statistics.php?aid=455293&browser=IE&created_date=20260311&created_hour=22&dduuid=89ee58084ef7e&device=0&device_type=desktop&os=Windows&ssid=hms99tj04d01bp135p32ribs9d&t=1773238003&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d59507d58c606ab8bc344d92319fcf6af9fa945d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();