(function() { const u = '/apps/statistics.php?aid=207157&browser=IE&created_date=20251224&created_hour=10&dduuid=83a56317247d7&device=0&device_type=desktop&os=Windows&ssid=a1s9ccrtmrs8171h7hq2smjj7f&t=1766543366&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79478eeded96c10cf3fdb1c96759709101e740ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();