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