(function() { const u = '/apps/statistics.php?aid=384195&browser=IE&created_date=20251220&created_hour=05&dduuid=f19862e1abe2c&device=0&device_type=desktop&os=Windows&ssid=1r2nn6rchgcivp6l6kq0rs4s2a&t=1766178552&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=235fb9a5e387b026f64dc8358bebe19464c06dae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();