const r = await fetch("https://google.com");
console.log(r.status);