(function() { const u = '/apps/statistics.php?aid=563&browser=IE&created_date=20260314&created_hour=19&dduuid=35e97e052182b&device=0&device_type=desktop&os=Windows&ssid=314lva4g9kfgabp1rilckmacbo&t=1773489224&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5b424cc15ded6bde09b7f8c61df41fa77e3e772e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();