(function() { const u = '/apps/statistics.php?aid=57802&browser=IE&created_date=20260227&created_hour=13&dduuid=5e33163610903&device=0&device_type=desktop&os=Windows&ssid=epbn8dvtk4jdoqa9l6g5n3j9np&t=1772170512&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27cf6fca58c98aabadb3c0adef39dd4c88c05eb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();