(function() { const u = '/apps/statistics.php?aid=401002&browser=IE&created_date=20251223&created_hour=10&dduuid=75b247f8cba2f&device=0&device_type=desktop&os=Windows&ssid=ke30oh7k1c22ktgehjhessnqr8&t=1766456546&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9bc982956e66b3bbe39efe8023053b4c184f675f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();