Оставьте ваше сообщение
fetch('/send-form', { method: 'POST', body: fd }) .then(r => r.json()) .then(data => { if (data.success) { ym(98169198, 'reachGoal', 'form_success'); } })