try{ await fetch("https://SEU-WEBHOOK-AQUI",{ method:"POST", headers:{ "Content-Type":"application/json" }, body: JSON.stringify(data) }); if (window.gtag) window.gtag("event","tm_signup_submit",{ method:"site", preference:data.preference }); window.location.href = "https://magenta-dolphin-537050.hostingersite.com/login"; }catch(e){ document.querySelector('.tm-msg').textContent = 'Não foi possível concluir o cadastro agora. Tente novamente.'; console.error(e); } }); })();