<!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://www.changanny.com/xiaoyuan/</link>
    <description>Latest 20 threads of У԰Ů</description>
    <copyright>Copyright(C) ̳֮</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 08:28:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.changanny.com/static/image/common/logo_88_31.gif</url>
      <title>̳֮</title>
      <link>https://www.changanny.com/</link>
    </image>
    <item>
      <title>ȷУ԰ŮѵȮ_У԰ŮƵ</title>
      <link>https://www.changanny.com/xiaoyuan/4943.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 20:02:13 +0000</pubDate>
    </item>
    <item>
      <title>У԰Ůԭζ_У԰Ů۶蹷</title>
      <link>https://www.changanny.com/xiaoyuan/4942.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 20:01:04 +0000</pubDate>
    </item>
    <item>
      <title>У԰Ů·̹_У԰Ů̸Ů</title>
      <link>https://www.changanny.com/xiaoyuan/4941.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 20:00:13 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮͰ_У԰Ůֱϻƽ</title>
      <link>https://www.changanny.com/xiaoyuan/4940.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:59:30 +0000</pubDate>
    </item>
    <item>
      <title>У԰Ůū_У԰Ṳ̊¿ˮƵ</title>
      <link>https://www.changanny.com/xiaoyuan/4939.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:58:40 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮͬͬѧSM_ͬѧǿƻƽʥˮ</title>
      <link>https://www.changanny.com/xiaoyuan/4938.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:57:53 +0000</pubDate>
    </item>
    <item>
      <title>У԰Ůճ̼ū_ūճźУ԰Ů</title>
      <link>https://www.changanny.com/xiaoyuan/4937.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:57:10 +0000</pubDate>
    </item>
    <item>
      <title>ȷУ԰Ů˼_У԰ŮǿūԻƽ</title>
      <link>https://www.changanny.com/xiaoyuan/4936.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:56:15 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮƵ_ԭҵŮ</title>
      <link>https://www.changanny.com/xiaoyuan/4935.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:55:24 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮƵ_ŴǧŻʥ</title>
      <link>https://www.changanny.com/xiaoyuan/4934.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:54:27 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮǩϷ_У԰Ůű޴Mƨƨ</title>
      <link>https://www.changanny.com/xiaoyuan/4933.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:52:31 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮʹūԭζںͻƽƵ</title>
      <link>https://www.changanny.com/xiaoyuan/4932.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:51:42 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮԸк˿_У԰Ṳ̊ʥˮ</title>
      <link>https://www.changanny.com/xiaoyuan/4931.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:49:18 +0000</pubDate>
    </item>
    <item>
      <title>У԰ŮؿζƽͿĨ_У԰ŮƽƵ</title>
      <link>https://www.changanny.com/xiaoyuan/4930.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:47:37 +0000</pubDate>
    </item>
    <item>
      <title>У԰Ů̻ƽū_У԰ŮŰ</title>
      <link>https://www.changanny.com/xiaoyuan/4929.html</link>
      <description><![CDATA[]]></description>
      <category>У԰Ů</category>
      <author>У԰Ů</author>
      <pubDate>Mon, 05 Mar 2018 19:45:22 +0000</pubDate>
    </item>
  </channel>
</rss>