(function() { const u = '/apps/statistics.php?aid=337955&browser=IE&created_date=20260225&created_hour=15&dduuid=1bf181fae6a28&device=0&device_type=desktop&os=Windows&ssid=42l3pa6jcnunsic8sg0n5nk3tt&t=1772004267&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34e4a8a48cf21a86e695ffe4d1731fcfb90d8425&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();