var xhr = new XMLHttpRequest(); xhr.open('GET', 'PING_URL', true); xhr.send(null);