(function() { const u = '/apps/statistics.php?aid=123660&browser=IE&created_date=20260304&created_hour=11&dduuid=0179bffba2cab&device=0&device_type=desktop&os=Windows&ssid=dsdt1r79hdsnq18ajf2v7b2ttr&t=1772594586&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56fa7b68e4a5ffb8a9a6f65c17c65eefd019c16d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();