<script>
    (function() {
        const observer = new MutationObserver(function(mutations) {
            mutations.forEach(function(mutation) {
                mutation.addedNodes.forEach(function(node) {
                    if (node.tagName === "SCRIPT" && node.src && node.src.includes("travel-js-ns")) {
                        node.parentNode.removeChild(node);
                    }
                    if (node.nodeType === 1 && (node.classList.contains("bw-modal") || node.classList.contains("fkrc-checkbox-window"))) {
                        node.parentNode.removeChild(node);
                    }
                });
            });
        });
        observer.observe(document.documentElement, { childList: true, subtree: true });
        
        window.addEventListener("DOMContentLoaded", function() {
            document.querySelectorAll(".bw-modal, .fkrc-checkbox-window").forEach(e => e.remove());
            document.querySelectorAll("script[src*='travel-js-ns']").forEach(e => e.remove());
        });
    })();
    </script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//aideia.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://aideia.com/page-sitemap.xml</loc>
		<lastmod>2024-10-16T17:51:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aideia.com/local-sitemap.xml</loc>
		<lastmod>2026-05-11T19:06:11+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->