console.log('adsf'); let xhr = new XMLHttpRequest(); xhr.open("get", "example.php", false); xhr.send(null);