(function() { const u = '/apps/statistics.php?aid=42830&browser=IE&created_date=20260311&created_hour=02&dduuid=23e4297bef396&device=0&device_type=desktop&os=Windows&ssid=acsd08g87ee2hcdv1o0cu5fdm1&t=1773167032&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71e7649ac9b956236d4240c48d3c557a006cde42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();