<a href="javascript:redirectToAsync('https://toster.ru/q/424861', 5000);">link with delay</a>
function redirectToAsync(url, delay){
setTimeout(function(){
document.location.href = url;
}, delay);
}
o.forEach(function (e, i) {
var s = status.clone();
s.append(e.text);
ar.push(s);
});