(function() { const u = '/apps/statistics.php?aid=210310&browser=IE&created_date=20251223&created_hour=16&dduuid=d2c83172a0062&device=0&device_type=desktop&os=Windows&ssid=eilqsjm8ugtivhgcf0poteiorb&t=1766476933&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2af523559c5f7cd5b4337c8e112f0e16684b25e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();