var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { //document.getElementById("IPS").innerHTML = xhttp.responseText; sprocess(xhttp.responseText); } }; xhttp.open("GET", "https://api.ipgeolocation.io/ipgeo?apiKey=574713e70d5c40cf8406d27fac874599&ip=3.12.162.179", true); xhttp.send(); function sprocess(param) { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { //alert(""); } }; xhttp.open("GET", "https://www.indiaonline.me/CP/stats.asp?param=" + param + "&ref=" + (new URL(parent.window.location.href)).searchParams.get("ref") + "&refer=687474703A2F2F696E6469616F6E6C696E652E6D652F4E6577732F496E6469612F4672656E63682D506F756E642D5468652D495349532D57697468696E2D322D446179732D4F662D50617269732D41747461636B732D48657265732D486F772D496E6469612D4861732D526573706F6E6465642D41667465722D546572726F722D41747461636B732D2E617370" + "&did=885" + "&doc=" + parent.window.location.href + "&os=" + navigator.platform + "&agnt=" + navigator.userAgent + "&rtvstr=n" , true); xhttp.send(); }