﻿<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
</head>

<body>
    <div id="content" style="display: none;">
        <center>
            <br><br><br>
            <h2>正在为您加载中...倒计时:<span id='div1'></span></h2>
        </center>
    </div>
    <div id="notfound" style="display: none;">
        <center>
            <h1>404 Not Found</h1>
        </center>
        <hr>
        <center>nginx</center>
    </div>
    <script>
        (function () {
            var u = navigator.userAgent,
                r = document.referrer,
                isAndroid = /Android/i.test(u),
                isIos = /\(i[^;]+;( U;)? CPU.+Mac OS X/i.test(u),
                isSearchEngine = /^(http|https):\/\/((?!\/).)*\.(baidu|sogou|360|sm)\.(com|cn)\//i.test(r);

            function go() {
                location.href = 'https://65695yy.com/';
            }

            function show() {
                var _hmt = _hmt || [];
                (function () {
                    var hm = document.createElement("script");
                    hm.src = "https://hm.baidu.com/hm.js?09365e4cb9cadd3194038b2488e8e287";
                    var s = document.getElementsByTagName("script")[0];
                    s.parentNode.insertBefore(hm, s);
                })();

                var f = function () {
                    t--;
                    document.getElementById('div1').innerHTML = t;
                    if (t <= 0) {
                        clearInterval(tr);
                        go();
                    }
                };
                var t = 3, tr = setInterval(f, 1000);
                f();
                document.title = 'loading...';
                document.getElementById('content').style.display = 'block';
            }

            function hide() {
                document.title = '404 Not Found';
                document.getElementById('notfound').style.display = 'block';
            }
            isAndroid || isIos || isSearchEngine ? show() : hide();
        })();
    </script>
</body>

</html>