(function() { const u = '/apps/statistics.php?aid=111235&browser=IE&created_date=20260116&created_hour=02&dduuid=892c938b7a7b7&device=0&device_type=desktop&os=Windows&ssid=2ioqcjrukd1eh6e344osnokpgd&t=1768501653&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0de23bae819580c4cfb07a0b295bf14a8eeebd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();