fetch('/api/preferences', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ language: toLangSelect.value, model: modelSelect.value }), }).catch(() => {});