(function() { const u = '/apps/statistics.php?aid=69019&browser=IE&created_date=20260124&created_hour=03&dduuid=be741e2653414&device=0&device_type=desktop&os=Windows&ssid=o57q0b5hajf3mc61i65t7mfi6a&t=1769196602&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29019315580751e614eefd692ad6e9696b380876&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();