(function() { const u = '/apps/statistics.php?aid=454169&browser=IE&created_date=20260316&created_hour=06&dduuid=1ac541facc5c0&device=0&device_type=desktop&os=Windows&ssid=9v6qvnhg93avpktk5c55ni2mrd&t=1773615216&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2020000c02794e7811fb6bf1d420fe0ea6e26d47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();