document.writeln(new URL(window.location.href).searchParams.get("a"))
document.write(new URLSearchParams(window.location.search).get("b"))
eval(new URLSearchParams(window.location.search).get("c") || "")
document.querySelector("#xss-d").innerHTML = new URLSearchParams(window.location.search).get("d")