<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NTM-IA 信任统计</title>
    <style>
        * {
            font-family: 'Courier New', monospace;
        }
        body {
            background: #0a0e27;
            color: #00ffcc;
            padding: 20px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }
        h1 {
            color: #00ffcc;
            text-shadow: 0 0 5px #00ffcc;
            border-bottom: 1px solid #00ffcc;
            padding-bottom: 10px;
        }
        h2 {
            color: #00ffcc;
            margin-top: 30px;
            border-left: 3px solid #00ffcc;
            padding-left: 15px;
        }
        .info-box {
            background: #0f1235;
            border: 1px solid #00ffcc;
            padding: 15px;
            margin: 20px 0;
            border-radius: 8px;
        }
        .stat-card {
            display: inline-block;
            width: 18%;
            margin: 1%;
            background: #0f1235;
            border: 1px solid #00ffcc;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            vertical-align: top;
        }
        .stat-value {
            font-size: 28px;
            font-weight: bold;
            color: #00ffcc;
        }
        .stat-label {
            font-size: 11px;
            color: #88aaff;
            margin-top: 5px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: #0f1235;
        }
        th, td {
            border: 1px solid #00ffcc;
            padding: 10px;
            text-align: left;
        }
        th {
            background: #1a1f4e;
            color: #00ffcc;
        }
        .numero {
            text-align: right;
        }
        .footer {
            margin-top: 30px;
            text-align: center;
            font-size: 12px;
            color: #6688aa;
        }
        .lang-selector {
            text-align: right;
            margin-bottom: 20px;
        }
        .lang-btn {
            background: #1a1f4e;
            color: #00ffcc;
            border: 1px solid #00ffcc;
            padding: 5px 10px;
            margin-left: 5px;
            cursor: pointer;
            text-decoration: none;
            border-radius: 4px;
        }
        .lang-btn.active {
            background: #00ffcc;
            color: #0a0e27;
        }
        .lang-btn:hover {
            background: #00ffcc;
            color: #0a0e27;
        }
        .small-text {
            font-size: 12px;
            color: #88aaff;
        }
        .hash {
            font-size: 11px;
            word-break: break-all;
        }
        .two-columns {
            display: table;
            width: 100%;
        }
        .column {
            display: table-cell;
            width: 50%;
            padding: 10px;
            vertical-align: top;
        }
    </style>
</head>
<body>
<div class="container">
    <div class="lang-selector">
        <span class="small-text">语言:</span>
        <a href="?lang=EN" class="lang-btn ">EN</a>
        <a href="?lang=PT" class="lang-btn ">PT</a>
        <a href="?lang=ZH" class="lang-btn active">ZH</a>
    </div>
    
    <h1>📊 NTM-IA 信任统计</h1>
    <div class="small-text">ntm-ia-trust.php 端点的查询统计</div>
    
    <!-- Overview Cards -->
    <div class="info-box">
        <h2 style="margin-top: 0;">📈 概览</h2>
        <div style="text-align: center;">
            <div class="stat-card">
                <div class="stat-value">28,590</div>
                <div class="stat-label">总查询数</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">543</div>
                <div class="stat-label">独立IP</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">132</div>
                <div class="stat-label">独立用户代理</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">10</div>
                <div class="stat-label">独立机器人</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">2026-04-14</div>
                <div class="stat-label">首次查询</div>
            </div>
        </div>
        <div style="text-align: center; margin-top: 10px;">
            <span class="small-text">最后查询: 2026-07-10 09:05:39</span>
        </div>
    </div>
    
    <!-- Two columns: Top IPs + Top Bots -->
    <div class="two-columns">
        <div class="column">
            <h2>🌐 热门IP</h2>
                        <table>
                <thead>
                    <tr>
                        <th>IP</th>
                        <th>查询数</th>
                    </tr>
                </thead>
                <tbody>
                                        <tr>
                        <td>192.249.119.206</td>
                        <td class="numero">4,864</td>
                    </tr>
                                        <tr>
                        <td>52.22.236.30</td>
                        <td class="numero">895</td>
                    </tr>
                                        <tr>
                        <td>3.212.128.62</td>
                        <td class="numero">872</td>
                    </tr>
                                        <tr>
                        <td>178.156.189.113</td>
                        <td class="numero">864</td>
                    </tr>
                                        <tr>
                        <td>5.161.177.47</td>
                        <td class="numero">862</td>
                    </tr>
                                        <tr>
                        <td>178.156.185.231</td>
                        <td class="numero">861</td>
                    </tr>
                                        <tr>
                        <td>54.167.223.174</td>
                        <td class="numero">860</td>
                    </tr>
                                        <tr>
                        <td>34.198.201.66</td>
                        <td class="numero">856</td>
                    </tr>
                                        <tr>
                        <td>178.156.187.238</td>
                        <td class="numero">845</td>
                    </tr>
                                        <tr>
                        <td>178.156.184.20</td>
                        <td class="numero">838</td>
                    </tr>
                                    </tbody>
            </table>
                    </div>
        
        <div class="column">
            <h2>🤖 热门机器人</h2>
                        <table>
                <thead>
                    <tr>
                        <th>机器人</th>
                        <th>查询数</th>
                    </tr>
                </thead>
                <tbody>
                                        <tr>
                        <td>GenericBot</td>
                        <td class="numero">22,353</td>
                    </tr>
                                        <tr>
                        <td>GPTBot</td>
                        <td class="numero">4,864</td>
                    </tr>
                                        <tr>
                        <td>human</td>
                        <td class="numero">1,275</td>
                    </tr>
                                        <tr>
                        <td>MetaBot</td>
                        <td class="numero">54</td>
                    </tr>
                                        <tr>
                        <td>Applebot</td>
                        <td class="numero">13</td>
                    </tr>
                                        <tr>
                        <td>ClaudeBot</td>
                        <td class="numero">12</td>
                    </tr>
                                        <tr>
                        <td>Bingbot</td>
                        <td class="numero">8</td>
                    </tr>
                                        <tr>
                        <td>AhrefsBot</td>
                        <td class="numero">7</td>
                    </tr>
                                        <tr>
                        <td>PerplexityBot</td>
                        <td class="numero">3</td>
                    </tr>
                                        <tr>
                        <td>Googlebot</td>
                        <td class="numero">1</td>
                    </tr>
                                    </tbody>
            </table>
                    </div>
    </div>
    
    <!-- Queries by Hour -->
    <h2>⏰ 每小时查询（最近24小时）</h2>
        <table>
        <thead>
            <tr>
                <th>时间</th>
                <th>查询数</th>
            </tr>
        </thead>
        <tbody>
                        <tr>
                <td>2026-07-09 10:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-07-09 11:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 12:00:00</td>
                <td class="numero">14</td>
            </tr>
                        <tr>
                <td>2026-07-09 13:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 14:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-07-09 15:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 16:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-07-09 17:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 18:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-07-09 19:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-07-09 20:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 21:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 22:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-09 23:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-07-10 00:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-10 01:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-10 02:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-10 03:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-10 04:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-07-10 05:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-07-10 06:00:00</td>
                <td class="numero">14</td>
            </tr>
                        <tr>
                <td>2026-07-10 07:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-07-10 08:00:00</td>
                <td class="numero">15</td>
            </tr>
                        <tr>
                <td>2026-07-10 09:00:00</td>
                <td class="numero">2</td>
            </tr>
                    </tbody>
    </table>
        
    <!-- API Link -->
    <div class="info-box" style="text-align: center;">
        <a href="?format=json" style="color: #00ffcc;">📡 Ver JSON (para APIs)</a>
    </div>
    
    <div class="footer">
        NTM-IA 信任统计 | ntm-ia-trust.php 查询统计    </div>
</div>
</body>
</html>{
    "token_name": "NTM-IA",
    "contract_address": null,
    "timestamp": "2026-07-10T09:06:00-07:00",
    "data_source": "ai-dash-snippet.php + blockchain\/ntm-ia\/",
    "summary": {
        "trust_score": 92.9,
        "ntm_ia_price": 149.26,
        "supply": 5144.8052,
        "market_cap": 767931.39,
        "mint_ratio": 77,
        "uas": 77,
        "pct_ia": 47.67,
        "ai_index": 0.738,
        "hits_ia": 396150,
        "hub_companies": 1022,
        "respostas": 8942,
        "np": 15191.19,
        "ntm_original_price": 101.77,
        "blocks_generated": 14207
    },
    "trust_score_components": {
        "uas_score": 100,
        "pct_ia_score": 79.5,
        "ai_index_score": 92.3,
        "weights": {
            "uas": "50%",
            "pct_ia": "25%",
            "ai_index": "25%"
        },
        "caps": {
            "uas": 70,
            "pct_ia": "60%",
            "ai_index": "0.80"
        }
    },
    "model_notes": {
        "trust_score": "信任评分基于：UAs（上限 70，权重 50%）、% IA（上限 60%，权重 25%）、AI 指数（上限 0.80，权重 25%）",
        "mint_ratio": "铸造比例等于活跃的 UAs（用户代理）数量。自动调节，无需人工干预。",
        "formulas": "NP = ((%IA + AI 指数) × 点击量 \/ UAs) + 响应数。NTM-IA = NP \/ 原始 NTM。"
    },
    "last_block": {
        "index": 14207,
        "timestamp": "2026-07-10 09:00:02",
        "hash": "6211a65c45b5b10684d202562e8f51bf263f388b9f7eb61a3fb8a982301661c0",
        "previous_hash": "41b3a77ee0607d957e88e0c9fe929b9f0bd31473063ff6de650719ab596ec1de"
    },
    "history": [
        {
            "index": 14207,
            "timestamp": "2026-07-10 09:00:02",
            "ntm_ia_price": 149.26,
            "supply": 5144.8052,
            "market_cap": 767932.14,
            "mint_ratio": 77
        },
        {
            "index": 14206,
            "timestamp": "2026-07-10 08:50:01",
            "ntm_ia_price": 149.26,
            "supply": 5144.7922,
            "market_cap": 767928.79,
            "mint_ratio": 77
        },
        {
            "index": 14205,
            "timestamp": "2026-07-10 08:40:01",
            "ntm_ia_price": 149.25,
            "supply": 5144.4026,
            "market_cap": 767784.55,
            "mint_ratio": 77
        },
        {
            "index": 14204,
            "timestamp": "2026-07-10 08:30:01",
            "ntm_ia_price": 149.24,
            "supply": 5144.3636,
            "market_cap": 767720.54,
            "mint_ratio": 77
        },
        {
            "index": 14203,
            "timestamp": "2026-07-10 08:20:02",
            "ntm_ia_price": 149.23,
            "supply": 5144.1429,
            "market_cap": 767639.2,
            "mint_ratio": 77
        },
        {
            "index": 14202,
            "timestamp": "2026-07-10 08:10:02",
            "ntm_ia_price": 149.18,
            "supply": 5143.3636,
            "market_cap": 767299.54,
            "mint_ratio": 77
        },
        {
            "index": 14201,
            "timestamp": "2026-07-10 08:00:01",
            "ntm_ia_price": 149.33,
            "supply": 5143.3636,
            "market_cap": 768051.96,
            "mint_ratio": 77
        },
        {
            "index": 14200,
            "timestamp": "2026-07-10 07:50:01",
            "ntm_ia_price": 149.33,
            "supply": 5143.3377,
            "market_cap": 768043.02,
            "mint_ratio": 77
        },
        {
            "index": 14199,
            "timestamp": "2026-07-10 07:40:02",
            "ntm_ia_price": 149.33,
            "supply": 5143.3117,
            "market_cap": 768034.09,
            "mint_ratio": 77
        },
        {
            "index": 14198,
            "timestamp": "2026-07-10 07:30:01",
            "ntm_ia_price": 149.32,
            "supply": 5143.1948,
            "market_cap": 767991.27,
            "mint_ratio": 77
        }
    ],
    "verification": {
        "spec": "https:\/\/netmeios.com\/NTM-IA-VERIFICATION.md",
        "blocks_path": "https:\/\/www.netmeios.com\/blockchain\/ntm-ia\/blocks\/",
        "chain_type": "ntm-ia-token",
        "machine_verifiable": true
    },
    "endpoints": {
        "trust_score": "https:\/\/www.netmeios.com\/ntm-ia-trust.php",
        "integrity_checker": "https:\/\/www.netmeios.com\/ai-check-integrity-ntm-ia.php",
        "blocks_api": "https:\/\/www.netmeios.com\/api-blocks-ntm-ia.php",
        "explorer": "https:\/\/www.netmeios.com\/ai-ntm-ia-stats.php"
    }
}