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