(function() { const u = '/apps/statistics.php?aid=15420&browser=IE&created_date=20260125&created_hour=07&dduuid=5326af79c2d00&device=0&device_type=desktop&os=Windows&ssid=shvbhb4eghguo2b8jrgki0kprd&t=1769295613&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=878a1e8afe8c9b3238e9a23f566aac5def14478c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();