(function() { const u = '/apps/statistics.php?aid=324407&browser=IE&created_date=20260225&created_hour=20&dduuid=80a3992e1e626&device=0&device_type=desktop&os=Windows&ssid=5kv7a3ukcg8qrn1ek4ls3jvq5l&t=1772024126&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1ea3b13019bf18dfca846db38aa10cf7c6a27cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();