(function() { const u = '/apps/statistics.php?aid=210248&browser=IE&created_date=20260223&created_hour=21&dduuid=cdd4e9ba9d4a7&device=0&device_type=desktop&os=Windows&ssid=fjpiltqr5t966ghqlpn2dcen7d&t=1771854932&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=966a8a37bf91c19086ea66425731c339e9c38335&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();