(function() { const u = '/apps/statistics.php?aid=451869&browser=IE&created_date=20260225&created_hour=02&dduuid=fef963e736082&device=0&device_type=desktop&os=Windows&ssid=d441d53joc46gkbmvod9j2p2s6&t=1771959529&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e459e11f98ddf2fcc537018b585bed50015d7622&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();