cript>
window.addEventListener("load", function () {
var timer = setInterval(function () {
if (document.querySelector(".react-form-post-submit")) {
gtag("event", "conversion", {
send_to: "AW-806503346/4XMxCMCb-sMaELKHyYAD",
})
clearInterval(timer)
}
}, 1000)
})