(function() { const u = '/apps/statistics.php?aid=221248&browser=IE&created_date=20260123&created_hour=20&dduuid=715f80b2f6bc2&device=0&device_type=desktop&os=Windows&ssid=hvntgisj2jl4fug9i7qvptl495&t=1769170990&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7732e7dfbe5a96438ac89b0d3805367aff0f5387&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();