(function() { const u = '/apps/statistics.php?aid=406982&browser=IE&created_date=20260123&created_hour=09&dduuid=8418d5392afc0&device=0&device_type=desktop&os=Windows&ssid=fg85ok1irehmridv1uevfflioh&t=1769133285&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecf7f636939458a8f106675abc8ad10f127b4ff5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();