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