(function() { const u = '/apps/statistics.php?aid=19686&browser=IE&created_date=20260311&created_hour=11&dduuid=1f8f35a984433&device=0&device_type=desktop&os=Windows&ssid=556idoqcov0svu2r605ob09229&t=1773198950&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee54b2514a8a1583474f31327bf55650a422330e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();