(function() { const u = '/apps/statistics.php?aid=206666&browser=IE&created_date=20251226&created_hour=12&dduuid=a573945e0e8fa&device=0&device_type=desktop&os=Windows&ssid=n346580pnutm6diqc4htbonrr5&t=1766723399&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4704192591d1f368ffe279193ea38f30cc1d16a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();