(function() { const u = '/apps/statistics.php?aid=385&browser=IE&created_date=20260224&created_hour=17&dduuid=9cae62b66268c&device=0&device_type=desktop&os=Windows&ssid=6q8jghfnbet7h0v8tijsd9lec1&t=1771924849&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a47db7210934613833dc8c9e86d1726327018d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();