(function() { const u = '/apps/statistics.php?aid=398460&browser=IE&created_date=20260311&created_hour=02&dduuid=587ce960346a6&device=0&device_type=desktop&os=Windows&ssid=u9p42shrplbjs2nv21f7e2iivr&t=1773166787&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42d89af0089a8ed1ca90374a58ff560063e277f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();