(function() { const u = '/apps/statistics.php?aid=340293&browser=IE&created_date=20260224&created_hour=21&dduuid=85621b9cb509d&device=0&device_type=desktop&os=Windows&ssid=irstjgsnvmh4l7ukkfsa8np0qo&t=1771939675&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1231dc25f981d3686ee86082ef6d3095035b77e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();