
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="https://jscache.miancp.com:2083/Template/skin/cc.css" type="text/css" />
<title>WAF 安全防护系统</title>
<script>
function addZero(str,lenght){
return (Array(lenght).join(0) + str).slice(-lenght); 
}
function goto()
{
s1=2268322/151;
s2=6585-151;s1=addZero(s1,5);s2=addZero(s2,5);se=s1+s2;
location.href="/produ"+"c" +   "t/gr"  +"o" + "up"+"/A"+ "p" +  "p/Index/"+ "T"   +"pl/" +"Publi"   + "c/css"   +  "/sty"   +"le.c"   + "s" + "s?"  + "__W"   +  "=32e5"  +  "a5"   + "206664" +   "cba" +  "af00"  + "45" +"89" +"f89" + "6464"  +   "80817"+  "6518101"+ "5_263" +"11"   + "20";}</script><h1>WAF 安全防护系统</h1><p>您的IP已被列入防火墙黑名单，单击下方按钮跳转至该网站</p><p><input type="button" onclick="goto();" value="-> 继续访问 <-" /></p><div class="footer">© CDN 安全防护系统 你的IP:<span id="ip"></span></div><script>
  fetch('https://ip.miancp.com/?format=json')
    .then(response => response.json())
    .then(data => {
      const ipElement = document.getElementById('ip');
      ipElement.textContent = data.ip;
    })
    .catch(error => console.error('获取IP地址失败：', error));
</script>