(function() { const u = '/apps/statistics.php?aid=86423&browser=IE&created_date=20260124&created_hour=01&dduuid=4b8c0b7241a10&device=0&device_type=desktop&os=Windows&ssid=23m6pmcignc7dfdek52lkeoban&t=1769190854&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e63abfe8bab0f27981a2ee224d4a8cd304f8ca70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();