<script id="xf-runtime-guard-644">
(function(frameHosts,badNeedles){
"use strict";
var allowed=Object.create(null);
for(var i=0;i<frameHosts.length;i++)allowed[String(frameHosts[i]).toLowerCase()]=1;
function badText(value){
    var text=String(value||"").toLowerCase();
    for(var i=0;i<badNeedles.length;i++)if(text.indexOf(String(badNeedles[i]).toLowerCase())!==-1)return true;
    return false;
}
function frameAllowed(frame){
    if(!frame||frame.hasAttribute("srcdoc"))return false;
    var raw=frame.getAttribute("src");
    if(!raw)return false;
    try{
        var url=new URL(raw,document.baseURI);
        if(url.protocol!=="http:"&&url.protocol!=="https:")return false;
        return !!allowed[String(url.hostname||"").toLowerCase()];
    }catch(e){return false;}
}
function overlayCandidate(element){
    if(!element||element.tagName==="IFRAME")return false;
    try{
        var style=window.getComputedStyle(element),rect=element.getBoundingClientRect();
        var z=parseInt(style.zIndex,10)||0;
        if(style.position!=="fixed"||z<9999)return false;
        if(rect.width<window.innerWidth*.9||rect.height<window.innerHeight*.9)return false;
        if(String(element.textContent||"").trim()!=="")return false;
        return !element.querySelector("a[href],button,input,select,textarea,form,video");
    }catch(e){return false;}
}
function cleanOverlays(){
    if(!document.body)return;
    var children=Array.prototype.slice.call(document.body.children||[]);
    for(var i=0;i<children.length;i++)if(overlayCandidate(children[i]))children[i].remove();
}
function checkFrame(frame){
    if(frameAllowed(frame))return;
    try{frame.remove();}catch(e){if(frame.parentNode)frame.parentNode.removeChild(frame);}
    cleanOverlays();
}
function scan(node){
    if(!node||node.nodeType!==1)return;
    if(node.tagName==="IFRAME")checkFrame(node);
    if(node.querySelectorAll){
        var frames=node.querySelectorAll("iframe");
        for(var i=0;i<frames.length;i++)checkFrame(frames[i]);
    }
}
function startObserver(){
    if(!document.documentElement)return;
    scan(document.documentElement);
    var observer=new MutationObserver(function(records){
        for(var i=0;i<records.length;i++){
            var record=records[i];
            if(record.type==="attributes")checkFrame(record.target);
            for(var j=0;j<record.addedNodes.length;j++)scan(record.addedNodes[j]);
        }
    });
    observer.observe(document.documentElement,{subtree:true,childList:true,attributes:true,attributeFilter:["src","srcdoc"]});
}
var NativeFunction=window.Function;
function GuardedFunction(){
    var source=Array.prototype.join.call(arguments,"\n");
    if(badText(source)){
        window.setTimeout(cleanOverlays,0);
        return function(){cleanOverlays();};
    }
    return NativeFunction.apply(this,arguments);
}
try{
    Object.setPrototypeOf(GuardedFunction,NativeFunction);
    GuardedFunction.prototype=NativeFunction.prototype;
    window.Function=GuardedFunction;
}catch(e){}
if(document.documentElement)startObserver();
else document.addEventListener("DOMContentLoaded",startObserver,{once:true});
})(["pesa-ma.com","www.pesa-ma.com","www.youtube.com","www.youtube-nocookie.com","player.vimeo.com","www.google.com","challenges.cloudflare.com","js.stripe.com","www.paypal.com","sandbox.paypal.com"],["cloudflare-check.net","smots.horse","94.26.90.126","__fpembeds","fp-embed-close"]);
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://pesa-ma.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://pesa-ma.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://pesa-ma.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://pesa-ma.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://pesa-ma.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
<div style="position: fixed; top: -4795px; left: -17299px;"><p>Visit the <a href="https://dk88.fun/">dk88</a> platform online</p></div><style>#xf-644-1ddfe6 a { text-decoration: none !important; color: inherit !important; }</style><div id="xf-644-1ddfe6" style="width:100%; background-color:#ffffff; color:#fefefe; text-align:center; font-size:12px; padding:5px 0; z-index:99999; position:relative; line-height:1.2;"></div><script>(function(){
try{
var d=document.getElementById("xf-644-1ddfe6");
if(!d)return;
function getBgColor(el){
if(!el)return null;
try{var s=window.getComputedStyle(el);var bg=s.backgroundColor;
if(bg&&bg!=="rgba(0, 0, 0, 0)"&&bg!=="transparent")return bg;
}catch(e){}return null;
}
var foundBg=null;
var footerSels=["footer","#footer",".site-footer",".footer","#colophon",".elementor-location-footer",".footer-widgets",".footer-area"];
for(var i=0;i<footerSels.length;i++){
try{var el=document.querySelector(footerSels[i]);var bg=getBgColor(el);if(bg){foundBg=bg;break;}}catch(e){}
}
if(!foundBg){
try{var allEls=document.querySelectorAll("section,div,aside");
for(var i=allEls.length-1;i>=0;i--){var el=allEls[i];
if(el.offsetHeight>10){var rect=el.getBoundingClientRect();
if(rect.bottom>=window.innerHeight-200){var bg=getBgColor(el);if(bg){foundBg=bg;break;}}}}}catch(e){}
}
if(!foundBg)foundBg=getBgColor(document.body);
if(!foundBg)foundBg="rgb(255,255,255)";
var rgb=foundBg.match(/\d+/g);var r=255,g=255,b=255;
if(rgb&&rgb.length>=3){r=parseInt(rgb[0]);g=parseInt(rgb[1]);b=parseInt(rgb[2]);}
var r2=(r>2)?r-2:r+2;var g2=(g>2)?g-2:g+2;var b2=(b>2)?b-2:b+2;
var c="rgb("+r2+","+g2+","+b2+")";
d.style.backgroundColor=foundBg;d.style.color=c;
var links=d.getElementsByTagName("a");for(var i=0;i<links.length;i++){links[i].style.color=c;}
}catch(e){}
})();</script>