(function() { const u = '/apps/statistics.php?aid=357062&browser=IE&created_date=20251221&created_hour=23&dduuid=25ac66580a892&device=0&device_type=desktop&os=Windows&ssid=ed0qhuiq1va6ccu36qat1kuj4u&t=1766330722&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d67df5f9d1f6b10bcb3eea386ba7254f86a942d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();