(function() { const u = '/apps/statistics.php?aid=86425&browser=IE&created_date=20260223&created_hour=22&dduuid=f1d2711710b8b&device=0&device_type=desktop&os=Windows&ssid=e5i3onfann1rvue1ap5vflm0ga&t=1771856597&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=059a802d7da53de0dcacffb95f3effb37f8d0f26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();