(function() { const u = '/apps/statistics.php?aid=441215&browser=IE&created_date=20251129&created_hour=19&dduuid=0000d6be8b288&device=0&device_type=desktop&os=Windows&ssid=8s08dus2j4f9gmpemv5v0im4rh&t=1764417564&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=840edf890325e0d2cad7ddd47d33f46a472eb00f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();