(function() { const u = '/apps/statistics.php?aid=210406&browser=IE&created_date=20251223&created_hour=08&dduuid=0efff8f115d40&device=0&device_type=desktop&os=Windows&ssid=nn0osn5d818kt8avqgt4st1jhs&t=1766448155&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16c9332033b5b321d5d6723eaa5185d09ce51fac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();