(function() { const u = '/apps/statistics.php?aid=206895&browser=IE&created_date=20251225&created_hour=14&dduuid=5b3277182d0c0&device=0&device_type=desktop&os=Windows&ssid=76hm69sof7jq4sdsci5o3a8j9r&t=1766644412&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9daea364b172bd9e8bf9c878f9d0dad545162455&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();