<button type="submit" onclick="document.getElementById('link').click()" data-target="_blank">Скачать</button>
<a id="link" target="_blank" href="/sostavy_betonov_sut.doc" download hidden></a>
<input type="hidden" name="redirect_to" value="/sostavy_betonov_sut.doc">
. Когда обработчик закончит работу - он выполнит редирект по указаному путииconst fd = new FormData();
fd.append(...);
fetch(url, { method: 'POST', body: fd }).then(() => { /* redirect here */ })