(function() { const u = '/apps/statistics.php?aid=393510&browser=IE&created_date=20260310&created_hour=09&dduuid=37a7eeee7b782&device=0&device_type=desktop&os=Windows&ssid=14f6bpui31a2pa6cbs6dllmsbr&t=1773106877&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b796ff7b7872c6ef651686bd70386096d6d16c60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();