(function() { const u = '/apps/statistics.php?aid=440701&browser=IE&created_date=20260224&created_hour=13&dduuid=e34bb4dbcaa8a&device=0&device_type=desktop&os=Windows&ssid=banc69vbo7i9jdifhi8e96so65&t=1771909582&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c488f588dce0f25f5db9bcff8e72108a3f74fd70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();