
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="always" name="referrer">
<title>正在前往韩漫网...</title>
<style type="text/css">
	.body{display: flex;align-items: center;justify-content: center;height: 400px;}.scene{text-align: center;}.button.rarrow, .button.larrow {overflow: visible;}.button.blue {border: 1px solid #1e7db9;box-shadow: 0 1px 2px #8fcaee inset, 0 -1px 0 #497897 inset, 0 -2px 3px #8fcaee inset;background: -webkit-linear-gradient(top,#42a4e0,#2e88c0);background: -moz-linear-gradient(top,#42a4e0,#2e88c0);background: linear-gradient(top,#42a4e0,#2e88c0);}.button {width: 140px;line-height: 38px;text-align: center;font-weight: bold;color: #fff;text-shadow: 1px 1px 1px #333;border-radius: 5px;margin: 0 20px 20px 0;position: relative;overflow: hidden;}.blue.rarrow:before {background: #1E7DB9;}.rarrow:before {width: 27px;height: 27px;top: 6px;right: -13px;clip: rect(auto auto 26px 2px);}.rarrow:after, .rarrow:before, .larrow:after, .larrow:before {position: absolute;content: "";display: block;width: 28px;height: 28px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}.blue.rarrow:after {box-shadow: 0 1px 0 #8FCAEE inset, -1px 0 0 #497897 inset, -2px 0 0 #8FCAEE inset;background: -webkit-linear-gradient(top left,#42A4E0,#2E88C0);background: -moz-linear-gradient(top left,#42A4E0,#2E88C0);background: linear-gradient(top left,#42A4E0,#2E88C0);}.rarrow:after {top: 6px;right: -12px;clip: rect(auto auto 26px 2px);}.rarrow:after, .rarrow:before, .larrow:after, .larrow:before {position: absolute;content: "";display: block;width: 28px;height: 28px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}.blue:hover {background: -webkit-linear-gradient(top,#70bfef,#4097ce);background: -moz-linear-gradient(top,#70bfef,#4097ce);background: linear-gradient(top,#70bfef,#4097ce);}
</style>
</head>
<body class="body">
<div class="scene">
    <p>正在加载，<span id="idsp" style=" color: red; font-size: 20px; padding-right: 10px; ">3</span>秒后打开</p>
    <a href="https://44x2.com" target="_blank"><button class="button blue rarrow">立即打开</button></a><br>
<p style=" margin: 0px; font-size: 13px; ">如果没有自动打开，请点击上方按钮前往</p>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"KOib5FQV9jQLTiai",ck:"KOib5FQV9jQLTiai"})</script>
<script>
        // 定义要随机打开的网址数组
        const websites = [
            "https://sopeira.com",
            "https://al52.com",
            "https://db-m.com",
            "https://44x2.com"
        ];

        // 获取倒计时显示的标签
        const countdownElement = document.getElementById("idsp");

        // 页面加载完成后自动执行
        window.onload = function() {
            // 初始化倒计时
            let countdown = 3;

            // 更新倒计时显示
            countdownElement.textContent = countdown;

            // 设置倒计时逻辑
            const countdownInterval = setInterval(function() {
                countdown -= 1; // 倒计时减1
                countdownElement.textContent = countdown; // 更新显示

                // 如果倒计时结束
                if (countdown <= 0) {
                    clearInterval(countdownInterval); // 停止倒计时

                    // 生成随机索引
                    const randomIndex = Math.floor(Math.random() * websites.length);
                    // 获取随机网址
                    const randomWebsite = websites[randomIndex];
                    // 在当前窗口中打开随机网址
                   window.location.href = randomWebsite;
                }
            }, 1000); // 每1000毫秒（1秒）更新一次倒计时
        };
    </script>


</div>
</body>
</html>