(function() { const u = '/apps/statistics.php?aid=454827&browser=IE&created_date=20260225&created_hour=00&dduuid=e23a470157975&device=0&device_type=desktop&os=Windows&ssid=5tfi9krogrhs2avrligejt7ahc&t=1771952264&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dbce82092dd7f3f81ad695c763f05a8a5a49608&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();