let fetchRes = fetch("https://sc0m.com/ext/ip.php");
fetchRes
.then((res) => res.json())
.then((d) => {
let dd = cpp[d];
document.getElementById("code").value = dd.prefix;
});
</script>
let fetchRes = fetch("https://sc0m.com/ext/ip.php");
fetchRes
.then((res) => res.json())
.then((d) => {
let dd = cpp[d];
document.getElementById("code").value = dd.prefix;
});
</script>