(function() { const u = '/apps/statistics.php?aid=455152&browser=IE&created_date=20260223&created_hour=20&dduuid=07d660cd4bc3b&device=0&device_type=desktop&os=Windows&ssid=12cf9kmo3uheabtmkg97v3ot42&t=1771851230&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae49bf0ccd78c6fff9bb8213b4f5c1ae992e75ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();