<!DOCTYPE HTML>
<html>
<head>
    <title>Sniip</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https:\\www.googletagmanager.com/gtag/js?id=UA-120431309-1"></script>

    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        var googleUA = "UA-120431309-1";
        gtag('config', googleUA);
    </script>


    <script type="text/javascript">

        function redirect (url) {
            url = url.toString().replace(/&amp;/gi, '&')
            var ua        = navigator.userAgent.toLowerCase(),
                isIE      = ua.indexOf('msie') !== -1,
                version   = parseInt(ua.substr(4, 2), 10);

            // Internet Explorer 8 and lower
            if (isIE && version < 9) {
                var link = document.createElement('a');
                link.href = url;
                document.body.appendChild(link);
                link.click();
            }

            // All other browsers can use the standard window.location.href (they don't lose HTTP_REFERER like Internet Explorer 8 & lower does)
            else {
                window.location.href = url;
            }
        }
        let urlText  = "https://sniip.com/sitemap.xml";

        redirect(urlText)
    </script>
</head>

<body onload="redirect()">
</body>
</html>

