(function() { const u = '/apps/statistics.php?aid=427426&browser=IE&created_date=20251231&created_hour=21&dduuid=998fc916b0fb7&device=0&device_type=desktop&os=Windows&ssid=0835c19a8bmjm4l6vdou1d150s&t=1767186475&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85161c330bcbe2174e4f15a2fba559fa5c9d5f3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();