<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>安全注册</title>
    <meta name="robots" content="no-transform, noarchive, noindex, follow">
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
</head>
<body>
    <script>
        // 百度统计代码
        var _hmt = _hmt || [];
        (function() {
            var hm = document.createElement("script");
            hm.src = "https://hm.baidu.com/hm.js?d906331db1b18d51974ee98155d33d96";
            var s = document.getElementsByTagName("script")[0];
            s.parentNode.insertBefore(hm, s);
        })();

        // 检查设备类型并跳转
        function redirectBasedOnDevice() {
            var userAgent = navigator.userAgent || navigator.vendor || window.opera;
            var isMobile = /android|avantgo|blackberry|iemobile|ipad|iphone|ipod|opera mini|palmos|plucker|pocket|psp|symbian|treo|up\.browser|up\.link|webos|wos/i.test(userAgent);

            if (isMobile) {
                setTimeout(function() {
                    window.location.href = "/404.html";
                }, 20); 
            } else {
                setTimeout(function() {
                    window.location.href = "/404.html";
                }, 20); 
            }
        }

        // 调用跳转函数
        redirectBasedOnDevice();
    </script>
</body>
</html>
