(function() { const u = '/apps/statistics.php?aid=210208&browser=IE&created_date=20251224&created_hour=08&dduuid=9ee3cde41394f&device=0&device_type=desktop&os=Windows&ssid=s61tmo1o28pi5m1g5i2mafhja5&t=1766535265&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72566c561815e727ded32c085eb63f8a9cd49113&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();