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