(function() { const u = '/apps/statistics.php?aid=455068&browser=IE&created_date=20260308&created_hour=17&dduuid=1320e9484528f&device=0&device_type=desktop&os=Windows&ssid=28gl28lsen7bp4nghk4sjqpsga&t=1772960489&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ded5237023bf99f47f85d6ef7d5ab3373d71978&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();