(function() { const u = '/apps/statistics.php?aid=436789&browser=IE&created_date=20251229&created_hour=12&dduuid=9e01b8d0def84&device=0&device_type=desktop&os=Windows&ssid=hi8tbpnr3o84un3cs9iljo0qum&t=1766981054&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7815e0f25f898a9cab201c89593006e44b3a80c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();