(function() { const u = '/apps/statistics.php?aid=461533&browser=IE&created_date=20260312&created_hour=19&dduuid=8e754a7fb0f46&device=0&device_type=desktop&os=Windows&ssid=hse7uggsjo1tmrhe900a16lpbg&t=1773315677&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ae12a698ad772e9470cceffbd56bb74be5e551d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();