 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>危情任务2025</title>
    <meta name="keywords" content="">
    <meta name="description" content="Achi，一位精明干练的女警队长，奉命保护最近遭遇袭击的政界大佬千金Patty。为确保安全掩人耳目，Patty暗中与保镖Alice互换身份。在Achi执行保护任务的过程中，她内心渐渐萌生出超越职责的情">
    <style>
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        #detailFrame {
            width: 100%;
            height: 100%;
            border: none;
        }
        .loading {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div class="loading">正在加载视频详情...</div>
    <iframe id="detailFrame" src="/detail/604.html" onload="document.querySelector('.loading').style.display='none';"></iframe>
    
    <script>
        // 修改浏览器历史记录，让URL看起来没变
        try {
            history.replaceState({}, document.title, window.location.pathname + window.location.search);
        } catch(e) {}
    </script>
</body>
</html>