Domain miaoz.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.147.117:443 · miaoz.org

    2026-01-10 00:47

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 00:47:29 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=582
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JbiUDIb0ymGpWvyVNmXwkEbADaU5dSfHcWScW4iNm%2BkXHaevbpy6PG6UmnDCAnKSgYU8v%2BSOpqy%2Fad1ZNM9mJ92gQ5iYa5jxkw%3D%3D"}]}
    CF-RAY: 9bb829cafff160e5-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 21 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:80 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BOK3Ctuz2mY7PoBvam94uv1ODy0KWtQlDrR%2FEDbFXFdSzmyEBvMiZWEiklGlJZd2j8%2FRM%2ByxWtkv6GQGnKPwa%2Ba6E%2F98KAVm%2Fg5MRKl7Agbukykzkg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baec7210ff03d4e-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.55.101:8443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 521 <none>
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=217,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baec7212b78527e-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.147.117:443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=179
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FdEEr6XRbb%2BZy1kymacHZfYm8B9p%2FQCHvryK%2FzDTfl53C6ee9Jim%2FsbYqt7mlAIHQEMyI6XD2uJhXRf2OYdmKiRB18UXC0baEw%3D%3D"}]}
    CF-RAY: 9baec7215cfdccf8-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:80 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=x4cVW467sTKexJa18iAyPuqxID7U3w8h2xdqs9eD4kSLRob8C6OneCvkx2OdQQaqNHaOBQV87QfSjAIs5liV7NJ3IAoAAXQr3OdxTAV3ti24RxvXDQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baec71ffaa6bc9a-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.147.117:80 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FVC2zyC77zTZyrGf6aQMkz7L%2F9tSBbXwKXkO%2BHAe4uWyEkP9JaYTHSZJqNrcXYN13ishPTi6X%2FncKsU9ZftXIoSPcWbtKfX%2BjA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baec71fde0690f2-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=390
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XinBUQTUIrl%2Boder3UCMUVSisJrIrVZh7CNH3qyMnJS6SNYi9RoCtMPOCILQUl3Qinr2Iu1d4MfeJXJ%2F1tl2TfUj%2BoR3LITa5ptwGmrDoqWhwKro7A%3D%3D"}]}
    CF-RAY: 9baec721fbcfac82-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.147.117:8443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 521 <none>
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=266,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baec7215e49aeb9-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.55.101:443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=186
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HJKlgqCp0oyNxSUeSncSNgm8IEob0IYUn82Pkak415oX1cINfeZ8oLbVeC5eWUaWh1KaklI6YmDPPFKVe6ZiLflxPpNO7RHUeA%3D%3D"}]}
    CF-RAY: 9baec721fff628db-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=393
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6nS8D2G1xsFSSXVV0jP9xwngok5U25SHN3IIwzboKS4TaszccUUVxKOS6vz5MG%2BlbH7hAKqFozAF%2B0b3rvSdteINmbrk%2Ft0jCSXkXr%2BJT%2BJ%2BQ7%2Fyvw%3D%3D"}]}
    CF-RAY: 9baec721ebb38abe-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:8443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 521 <none>
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=36,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baec71f7b1bf3db-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:8443 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 521 <none>
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=174,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baec7203e95dbe7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.55.101:80 · miaoz.org

    2026-01-08 21:27

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 21:27:15 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=csIluJ16BMWPdkl4aCK5CmAKfgo2DGMYV8X0vH50g2U0wnC%2Fth7cpZ3JkmT5mr9w4JUywkLY%2ByXh5qr%2BUNSeH622h25zR6kkqw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baec71f0c6ad94b-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:80 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 15:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4y%2FlElMVVyulnVtFWx2XZdiR288U4KGNeWEkiOEo2y07ymkZx9k7K%2B1h6WiffFc5GFPpaLcdUN9rVHKjPkGG7aTxgreeeu2dHI9lR7jr7HtS9gmY7w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b72e543d8c74008-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:8443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 521 <none>
    Date: Thu, 01 Jan 2026 15:02:04 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=92,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b72e54339d9d826-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.55.101:443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 15:02:05 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=4,cfOrigin;dur=365
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nzi7WvhL8Ne9y7CYSAOeldvyslBgfrVDWlkLSVEmgkbpzlN4RuYYyg%2FfIEUhTzT4UfkLME%2Fmfhv08q6qtHk1p%2F2XR6h0FJaW9w%3D%3D"}]}
    CF-RAY: 9b72e5486b6aff63-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9375:443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 15:02:05 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=596
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uJkpVLGnC0YnPOEIoB%2Bhlg%2BQwqsZqidBUz0fZasv1Q12ob1PRxJz%2BFJV8rc%2BcjgpFgmsFVMsWKjPQqhWp3zUDyjvW%2BuYj4LeP22QBQa5n20fIs3vow%3D%3D"}]}
    CF-RAY: 9b72e5465abbb84a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:80 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 15:02:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZOXmaTwyCKJOTIMANxEHy8jPq1NtKiG4Bxed9WVbt9xQEmS2NVy5%2F5gnmdf%2FgnGDvcn1OzMBJo3eVggtENu7BCmVkAEoTZHdj%2FEq1rsVYPW7AmESZw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b72e5420fc6c623-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 15:02:04 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=384
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rZNr5N1gP3HpMDZPwN29tpJSxpL279m0r5nY7LBtUrPVKiW3dY1%2Fs0yjp%2Flh1AUJbXwj1rkO2QVt%2BF2QXerF0mJQ9tHaXUdYVoKdn2zV%2FbYbhIUVnQ%3D%3D"}]}
    CF-RAY: 9b72e54449aae150-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.147.117:443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 15:02:05 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=882
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4ekP4W4g0EOcWyRegLnqJbdj9aJqEfvQwxddlJ0djmTaduH3kMPJywKwxpJ2mREFvg6QvX1KP%2B%2BZL8ZSbgbcD9Cy%2Bg10XA3Vrg%3D%3D"}]}
    CF-RAY: 9b72e545795a76a1-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.55.101:8443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 521 <none>
    Date: Thu, 01 Jan 2026 15:02:04 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=171,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b72e5428f316620-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:3765:8443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 521 <none>
    Date: Thu, 01 Jan 2026 15:02:03 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=95,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b72e541e9ba711c-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.147.117:8443 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 521 <none>
    Date: Thu, 01 Jan 2026 15:02:04 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=172,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b72e542fb92319d-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.147.117:80 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 15:02:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JK5aupUnVjHTrHppPx0AIh95Q9cDXRa4y2NyzbF3%2Bse%2BX1M9cZ%2FGGvatiZwroHBT2JDU%2F2wPZLQiwB7fJiTybBCYbE4oBtL1uQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=25,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b72e541398060ff-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.55.101:80 · miaoz.org

    2026-01-01 15:02

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 15:02:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://miaoz.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DX70pEgaZ20CsY3Mjsp9jTJVvRktcAzJryAvl%2FvxxHxCWSFUYJ81xJkGOmN%2BYrnbI1ZW6%2FpA87SXdFu7R2o0P7yFuT860F4Xpw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b72e5411a258560-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.147.117:443 · miaoz.org

    2025-12-22 21:40

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 21:40:53 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-powered-by: PHP/8.2.6
    Cache-Control: no-cache, private
    access-control-allow-origin: 
    access-control-allow-methods: GET,POST,OPTIONS,HEAD
    access-control-allow-headers: Origin,Content-Type,Accept,Authorization,X-Request-With
    access-control-allow-credentials: true
    access-control-max-age: 10080
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=200
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DMquODRnf5RX8zbL4fwNuFifmOf79LMGU1l2HF9ZK9YvuG6qC068FeDI%2Ft%2Bqoop1eqO%2BkHLOG0fZ7Il7JoQchrvUDSCYaCXhLg%3D%3D"}]}
    CF-RAY: 9b22c7bb6f60abcd-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: MiaoZ!
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=1.7.4.1681103823832">
        <link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=1.7.4.1681103823832">
            <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
            <meta name="theme-color" content="#0665d0">
    
        <title>MiaoZ!</title>
        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
        <script>window.routerBase = "/";</script>
        <script>
            window.settings = {
                title: 'MiaoZ!',
                assets_path: '/theme/v2board/assets',
                theme: {
                    sidebar: 'light',
                    header: 'dark',
                    color: 'default',
                },
                version: '1.7.4.1681103823832',
                background_url: '',
                description: '内部使用,请勿公开网址!!!',
                i18n: [
                    'zh-CN',
                    'en-US',
                    'ja-JP',
                    'vi-VN',
                    'ko-KR',
                    'zh-TW',
                    'fa-IR'
                ],
                logo: ''
            }
        </script>
        <script src="/theme/v2board/assets/i18n/zh-CN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/zh-TW.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/en-US.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ja-JP.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/vi-VN.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/ko-KR.js?v=1.7.4.1681103823832"></script>
        <script src="/theme/v2board/assets/i18n/fa-IR.js?v=1.7.4.1681103823832"></script>
    </head>
    
    <body>
    <div id="root"></div>
    <script>
    window.miaoz_chatraTimer = null;
    window.miaoz_retryCount = 0;
    
    window.BrevoConversationsSetup = {
      disableChatOpenHash: true
    };
    
    function updateIntegrationData() {
      try {
        var data = window.g_app._store.getState().user.subscribe;
        var formatter = new Intl.DateTimeFormat('zh-CN', {
          year: 'numeric',
          month: 'numeric',
          day: 'numeric',
          hour: 'numeric',
          minute: 'numeric',
          second: 'numeric',
          timeZone: 'Asia/Shanghai'
        });
        var result = {
          firstName: data.email,
          lastName: null,
          email: data.email,
          phone: null,
          "到期时间": formatter.format(new Date(data.expired_at * 1000)),
          "订阅": data.plan.name,
          "流量 (G)": Number(data.transfer_enable / 1024 / 1024 / 1024).toFixed(2) + 'G',
          "已用 (G)": Number((data.u + data.d) / 1024 / 1024 / 1024).toFixed(2) + 'G'
        };
        
        console.log('updateIntegrationData', BrevoConversations, result);
        BrevoConversations('updateIntegrationData', result);
    
        window.miaoz_retryCount = 0;
        clearInterval(window.miaoz_chatraTimer);
      } catch (e) {
        console.log(e);
      }
    }
    
    function initTimer(params) {
      clearInterval(window.miaoz_chatraTimer);
      window.miaoz_chatraTimer = setInterval(function() {
        console.log('run timer for update integration data');
        if (window.miaoz_retryCount > 10) {
          window.miaoz_retryCount = 0;
          clearInterval(window.miaoz_chatraTimer);
        } else {
          window.miaoz_retryCount ++;
          updateIntegrationData();
        }
      }, 1000 * 3);
    }
    
    initTimer();
    
    window.addEventListener('hashchange', function() {
      initTimer();
    });
    </script>
    <!-- Chatra {literal} -->
    <!-- <script>
        (function(d, w, c) {
            w.ChatraID = '6BcBex8tB9X64n6hb';
            var s = d.createElement('script');
            w[c] = w[c] || function() {
                (w[c].q = w[c].q || []).push(arguments);
            };
            s.async = true;
            s.src = 'https://call.chatra.io/chatra.js';
            if (d.head) d.head.appendChild(s);
        })(document, window, 'Chatra');
    </script> -->
    <!-- /Chatra {/literal} -->
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-GWWG9GPK
    Found 2025-12-22 by HttpPlugin
    Create report
miaoz.org*.miaoz.org
CN:
miaoz.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-04 20:01
Not after:
2026-03-04 20:59