Domain huahua.maxok.com
China
CHINA UNICOM China169 Backbone
Software information

tencent-cos

tcp/443 tcp/80

  • Open service 116.153.4.244:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 11124418619891891822
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8735:2:0:48::18:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 15015363663208097698
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8722:4100:1:62:::443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7641899437484195389
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8738:b000:d:38::11:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 10158962622805077009
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:871a:c800:e:40::15:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2343733337198014359
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 211.93.211.158:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 5633736415812382167
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 60.13.97.57:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7421750753390237371
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 1.62.64.79:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 15673319318050270763
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8720:806:311:37::8:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 17888450797551045908
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:872f:700:7:38::11:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 17453738878092482804
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8726:1800:31:6c::13:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 16013576582899741811
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:871a:c800:e:40::15:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 14347450752659670063
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 116.163.31.218:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 1015351856135372337
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 221.204.15.51:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 1902901028525929670
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8726:1800:31:6c::13:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4457996515722657062
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 60.13.97.57:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 16861488582515428367
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8735:2:0:48::18:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 5709903692718200993
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 221.204.209.225:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7588715291134074911
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8722:4100:1:62:::80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7014156045761640496
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 116.131.57.65:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 10372083513343492504
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 116.163.31.218:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2524882972766700060
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 1.56.98.184:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 14422087955265220735
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:872f:700:7:38::11:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 13847692160191442090
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 1.56.98.184:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 18287520325985076746
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:874c:0:28:38::2e:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7609788569934828267
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 1.62.64.79:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 3285173729911735489
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 116.153.4.244:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7179680155464432960
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 42.56.64.131:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 1430638114918443256
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 221.204.15.51:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4383510024666440307
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 42.56.64.131:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 21 Mar 2025 14:56:33 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdkZDdlMjFfODc2YzY0MDlfMWM5ZDBfMTNlYTVlY2U=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4637058789688233704
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 211.93.211.158:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 9025527741217530601
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 221.204.209.225:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 11935482433638596002
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:8720:806:311:37::8:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 6760778744863741603
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2408:874c:0:28:38::2e:80 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Thu, 24 Apr 2025 03:01:10 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjgwOWE5NzZfOTJmMzRjMGJfMmU3MV8xODg4ZjI=
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4962030582017468578
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 116.131.57.65:443 · huahua.maxok.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Last-Modified: Thu, 06 Mar 2025 12:58:30 GMT
    Etag: "8d6ffb60d7ff0f28c861a449bbb19368"
    Content-Type: text/html
    Date: Fri, 04 Apr 2025 16:00:06 GMT
    Server: tencent-cos
    x-cos-hash-crc64ecma: 10805568565661782122
    x-cos-request-id: NjdmMDAyMDZfNGEyYzUyMWVfOWI2MF9iOTYzNTM2
    Content-Length: 4117
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2849630205312148295
    Connection: close
    X-Cache-Lookup: Cache Hit
    
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="format-detection" content="telephone=no,address=no" />
        <meta name="apple-mobile-web-app-status-bar-style" content="white" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Language" content="zh-cn" />
        <title></title>
        <script>
            function asyncXhr(url, config) {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open(config.method || "GET", url, true);
                xmlhttp.setRequestHeader(
                    "content-type",
                    "application/json;charset=UTF-8"
                );
                xmlhttp.send(JSON.stringify(config.data));
                return xmlhttp.responseText;
            }
            (function requestXhr() {
                let xhr = new XMLHttpRequest();
                xhr.open("GET", "https://css.yz-0.cn/cms-pre/ext.json");
                xhr.send(null);
                xhr.onreadystatechange = function () {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        const responseText = JSON.parse(xhr.responseText);
                        const { version } = responseText || {};
                        localStorage.setItem('version', version);
                    }
                }
            })()
            function throttle(fn) {
                var wait =
                    arguments.length > 1 && arguments[1] !== undefined
                        ? arguments[1]
                        : 500;
    
                if (typeof fn !== "function") {
                    throw new Error("请传递一个函数");
                }
    
                var timeout = null;
                return function (param) {
                    if (timeout !== null) return;
                    timeout = setTimeout(function () {
                        fn(param);
                        timeout = null;
                    }, wait);
                };
            }
            window.onerror = throttle(function (msg) {
                if (/^https?:\/\/(192|localhost)/g.test(window.location.href)) {
                    return null;
                }
                asyncXhr("https://cmssvr.52youzai.com/front/err/receive", {
                    method: "POST",
                    data: {
                        errInfo: navigator.appVersion,
                        errMsg: msg?.message || String(msg),
                        url: window.location.href,
                        appName: "cms"
                    }
                });
            });
        </script>
        <script>
            !(function (x) {
                function w() {
                    var v,
                        u,
                        t,
                        tes,
                        s = x.document,
                        r = s.documentElement,
                        a = r.getBoundingClientRect().width;
                    if (!v && !u) {
                        var n = !!x.navigator.appVersion.match(/AppleWebKit.*Mobile.*/);
                        v = x.devicePixelRatio;
                        tes = x.devicePixelRatio;
                        (v = n ? v : 1), (u = 1 / v);
                    }
                    if (a >= 640) {
                        r.style.fontSize = "40px";
                    } else {
                        if (a <= 320) {
                            r.style.fontSize = "20px";
                        } else {
                            r.style.fontSize = (a / 320) * 20 + "px";
                        }
                    }
                }
                x.addEventListener("resize", function () {
                    w();
                });
                w();
            })(window);
        </script>
        <link href="https://css.yz-0.cn/cms-pre/css/app.css" rel="stylesheet">
    </head>
    
    <body>
    <div id="app"></div>
    <script>
        var jsUrl = "https://css.yz-0.cn/cms-pre/js/app.js";
        var script = document.createElement("script");
        const version = localStorage.getItem('version') || 1;
        script.src = jsUrl + `?${version}`;
        document.body.append(script);
    </scr
    Found 2026-01-26 by HttpPlugin
    Create report
huahua.maxok.com
CN:
huahua.maxok.com
Key:
RSA-2048
Issuer:
Not before:
2025-11-27 00:00
Not after:
2026-02-24 23:59