(async () => { const timers = await fetchTimers(); if (Array.isArray(timers[1]) && timers[1].length > 0) { window.location.href = './timer/'; } else { window.location.href = './status/'; } })();