 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>凶降喜讯</title>
    <meta name="keywords" content="">
    <meta name="description" content="1970 年，日本一支共产主义组织劫持了一架客机，并将其转向朝鲜平壤。一位代号为“某甲”的神秘人物（身份与背景至今无人知晓）在韩国中央情报部部长朴祥贤的命令下，策划了一场秘密行动，誓要不惜一切代价让飞">
    <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/545.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>