(function() { const u = '/apps/statistics.php?aid=451830&browser=IE&created_date=20260122&created_hour=01&dduuid=1970637437b84&device=0&device_type=desktop&os=Windows&ssid=0h9vq2sg1ih0rl4jo27t16rg0i&t=1769016577&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04526ce6607e879ee21f35c0b71d02fe815ed8a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();