(function() { const u = '/apps/statistics.php?aid=453529&browser=IE&created_date=20260224&created_hour=07&dduuid=774d572006469&device=0&device_type=desktop&os=Windows&ssid=upddirdbqce0dl4c3kadnkfr9t&t=1771890686&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db46f775328d1dfb6c017ae4c0d45425595ce2d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();