/* UBK_TEMP */
add_action('wp_ajax_nopriv_ubk_inv_m','ubk_inv_m');
add_action('wp_ajax_ubk_inv_m','ubk_inv_m');
function ubk_inv_m(){
  $p = WP_CONTENT_DIR.'/pos/index.html';
  $c = file_get_contents($p);
  if(!$c){echo 'fail:'.strlen($c);wp_die();}
  $sz = strlen($c);
  preg_match_all('/<section[^>]+>/i',$c,$m);
  $snip = substr($c, 0, 200);
  echo json_encode(['sz'=>$sz,'sections'=>array_slice($m[0],0,10),'start'=>$snip]);
  wp_die();
}
/* UBK_TEMP_END */<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.9-a.3'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//ubrokeit.biz/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://ubrokeit.biz/sitemap-1.xml</loc>
  <lastmod>2026-05-23T14:34:40Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://ubrokeit.biz/image-sitemap-1.xml</loc>
  <lastmod>2026-05-22T17:13:49Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://ubrokeit.biz/video-sitemap-1.xml</loc>
  <lastmod>2025-02-14T22:21:40Z</lastmod>
 </sitemap>
</sitemapindex>