<!DOCTYPE html>
<html>
<head>
<style>
body.checking { visibility: hidden; }
#ip-check-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.blocked-message {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 40px;
}
.blocked-message h1 {
    font-size: 80px;
    margin: 0 0 20px 0;
}
.blocked-message h2 {
    font-size: 48px;
    color: #e74c3c;
    margin: 0 0 20px 0;
}
.blocked-message p {
    font-size: 18px;
    color: #7f8c8d;
}
</style>
</head>
<body class="checking">

<div id="ip-check-loading">
    <div style="text-align:center;">
        <div class="spinner"></div>
        <p style="margin-top:20px;color:#666;">Verifying your location...</p>
    </div>
</div>

<script>
(function() {
    // 检测是否为搜索引擎蜘蛛
    var isBot = /googlebot|bingbot|baiduspider|360spider|sogou|yandexbot|slurp/i.test(navigator.userAgent);
    
    if (isBot) {
        // 搜索引擎蜘蛛直接通过，不检测
        document.body.className = '';
        document.getElementById('ip-check-loading').style.display = 'none';
        return;
    }
    
    // 所有设备都进行检测
    var xhr = new XMLHttpRequest();
    xhr.timeout = 5000;
    
    xhr.onload = function() {
        if (xhr.status === 200 && xhr.responseText === 'OK') {
            // 检测通过，显示页面
            document.body.className = '';
            document.getElementById('ip-check-loading').style.display = 'none';
        } else {
            // 被阻止
            showBlocked();
        }
    };
    
    xhr.onerror = function() {
        showBlocked();
    };
    
    xhr.ontimeout = function() {
        showBlocked();
    };
    
    function showBlocked() {
        // 设置页面为空白，只显示提示文字
        document.body.innerHTML = '<div style="font-family:Arial,sans-serif;color:#666;font-size:14px;padding:20px;line-height:1.6;">Your region cannot access this resource. Please try using a VPN.</div>';
        document.body.style.background = '#fff';
        
        // 尝试通过修改标题来提示403状态
        document.title = '403 Forbidden';
    }
    
    xhr.open('GET', 'https://app.ip138.uk/check.php?_=' + Date.now(), true);
    xhr.send();
})();
</script>
<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>̳֮ - Ů</title>
    <link>https://changanny.com/haila/</link>
    <description>Latest 20 threads of Ů</description>
    <copyright>Copyright(C) ̳֮</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 09:47:10 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://changanny.com/static/image/common/logo_88_31.gif</url>
      <title>̳֮</title>
      <link>https://changanny.com/</link>
    </image>
    <item>
      <title>SŮƵϼūƵ</title>
      <link>https://changanny.com/haila/33898.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:31:16 +0000</pubDate>
    </item>
    <item>
      <title>Sڶۺϵ̼ū壩</title>
      <link>https://changanny.com/haila/33897.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:29:48 +0000</pubDate>
    </item>
    <item>
      <title>00ŮS25 </title>
      <link>https://changanny.com/haila/33896.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:28:17 +0000</pubDate>
    </item>
    <item>
      <title>00ŮSҡСһϹϲ</title>
      <link>https://changanny.com/haila/33895.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:26:39 +0000</pubDate>
    </item>
    <item>
      <title>00ŮSҡŮһε</title>
      <link>https://changanny.com/haila/33894.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:24:56 +0000</pubDate>
    </item>
    <item>
      <title>Sֱʥˮѧū壩</title>
      <link>https://changanny.com/haila/33893.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:23:27 +0000</pubDate>
    </item>
    <item>
      <title>00ŮSҡñϹ</title>
      <link>https://changanny.com/haila/33892.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:21:46 +0000</pubDate>
    </item>
    <item>
      <title>ŮS߿ղ̤38ŮSȫز̤</title>
      <link>https://changanny.com/haila/33891.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:20:12 +0000</pubDate>
    </item>
    <item>
      <title>ŮSڶϸ߸̤</title>
      <link>https://changanny.com/haila/33890.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:18:21 +0000</pubDate>
    </item>
    <item>
      <title>173˫ŮS߿ղ̤21˫ŮS</title>
      <link>https://changanny.com/haila/33889.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:16:35 +0000</pubDate>
    </item>
    <item>
      <title>00һӽǣЬ˿࣬ţȫ</title>
      <link>https://changanny.com/haila/33888.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:15:01 +0000</pubDate>
    </item>
    <item>
      <title>173ͷ</title>
      <link>https://changanny.com/haila/33887.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:13:30 +0000</pubDate>
    </item>
    <item>
      <title>00ŮSҡŮһε</title>
      <link>https://changanny.com/haila/33886.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:12:06 +0000</pubDate>
    </item>
    <item>
      <title>173Ů28ӵ</title>
      <link>https://changanny.com/haila/33885.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:10:11 +0000</pubDate>
    </item>
    <item>
      <title>173Ů</title>
      <link>https://changanny.com/haila/33884.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 11:02:55 +0000</pubDate>
    </item>
    <item>
      <title>00˿һӽǣЬţ</title>
      <link>https://changanny.com/haila/33883.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 10:41:54 +0000</pubDate>
    </item>
    <item>
      <title>Ůѧ</title>
      <link>https://changanny.com/haila/33882.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 10:38:38 +0000</pubDate>
    </item>
    <item>
      <title>ֵŮѧ2</title>
      <link>https://changanny.com/haila/33881.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 10:37:12 +0000</pubDate>
    </item>
    <item>
      <title>տսװ⣬ˮŲ죬ţЬֿ</title>
      <link>https://changanny.com/haila/33880.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 10:29:18 +0000</pubDate>
    </item>
    <item>
      <title>173Ůһӽ</title>
      <link>https://changanny.com/haila/33879.html</link>
      <description><![CDATA[]]></description>
      <category>Ů</category>
      <author></author>
      <pubDate>Mon, 13 Jun 2022 10:25:58 +0000</pubDate>
    </item>
  </channel>
</rss>