(function() { const u = '/apps/statistics.php?aid=343266&browser=IE&created_date=20251221&created_hour=19&dduuid=faf18848d0c5b&device=0&device_type=desktop&os=Windows&ssid=32qpu468o41npvnhcmbedaifku&t=1766318312&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc4a9c80ca160acaf30d6633f37568284d766142&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();