(function() { const u = '/apps/statistics.php?aid=213745&browser=IE&created_date=20260308&created_hour=09&dduuid=a074cd109609b&device=0&device_type=desktop&os=Windows&ssid=rum45nk3rvqbirahf0hqlcf3me&t=1772932680&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c669102b59fb5cc75d99c85ab3e46bc7e03b9b55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();