(function() { const u = '/apps/statistics.php?aid=442673&browser=IE&created_date=20251211&created_hour=14&dduuid=2be83031c7c1a&device=0&device_type=desktop&os=Windows&ssid=e5uam5ktua7722qpf0f5rahsho&t=1765436124&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ef6e7c905a852e52b53174fc237a5801db11d0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();