(function() { const u = '/apps/statistics.php?aid=456147&browser=IE&created_date=20260312&created_hour=12&dduuid=24bd1649fb7ea&device=0&device_type=desktop&os=Windows&ssid=5ncsrfoensolq9hsk91mp59ngr&t=1773288289&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=723181dc9db7d77b01f88e57720cd5891d68970d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();