<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>正在进入...</title>
<script>
var pcUrls = [
    "https://www.bsid1j.com",
    "https://www.bsid1j.com"
];

var mobileUrls = [
    "https://m.bsid1j.com",
    "https://m.bsid1j.com"
];

// 判断设备
function isMobile() {
    return /Android|iPhone|iPad|iPod|Mobile/i.test(navigator.userAgent);
}

// 随机跳转
function jump() {
    var list = isMobile() ? mobileUrls : pcUrls;
    var url = list[Math.floor(Math.random() * list.length)];
    window.location.href = url;
}

setTimeout(jump, 1280);
</script>
</head>

<body bgcolor="white"><h1 style="color:#FF6347;text-align:center">【老板请稍等】正在进入中....</h1>
    <br>
    <br>
    <hr style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color="#987cb9" size="10">
    <br>
    <br>
    <h1 style="color:red;text-align:center">老板欢迎光临！</h1>
    <h3 style="color:red;text-align:center">1，海量游戏</h3>
    <h3 style="color:red;text-align:center">2，隐私保护</h3>
    <h3 style="color:red;text-align:center">3，安全可靠</h3>
    <h3 style="color:red;text-align:center">4，公平公正</h3>
</body>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?998dfd1fc244e9e3b507ed666c3fe2aa";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

</html>