(function() { const u = '/apps/statistics.php?aid=210400&browser=IE&created_date=20260223&created_hour=10&dduuid=5bc0201641b61&device=0&device_type=desktop&os=Windows&ssid=lrpn77mggfupjehst9j7hh95qr&t=1771812341&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71cfe4117a782f02e2cbb794fcda487247118c34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();