(function() { const u = '/apps/statistics.php?aid=454172&browser=IE&created_date=20260310&created_hour=07&dduuid=56d157388c517&device=0&device_type=desktop&os=Windows&ssid=ipcucqco5003rq5r6g1l5mp41m&t=1773098084&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=388d1d7e8b547641ff28c03d8fe58148a3e06ee6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();