2015-07-01 19:55:59 +03:00

3 lines
82 B
Plaintext

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