(function() { const u = '/apps/statistics.php?aid=208413&browser=IE&created_date=20260101&created_hour=01&dduuid=e5bfbd6d79bf0&device=0&device_type=desktop&os=Windows&ssid=q67mbgkgqe5eapoofkh67bpqd4&t=1767201906&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=591e8229a38a7c02cb3629fafb595156d6b2fc15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();