Domain ultrawizard484.shop
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.64.94:443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:42 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=6b7babce-793d-3881-80f0-51c7df853e32; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPTZiN2JhYmNlLTc5M2QtMzg4MS04MGYwLTUxYzdkZjg1M2UzMiZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Xu050U%2BDOTAErKY79%2FVusK9VpxAoHlgOvbz5CDkipPWQFYfWNH%2FGrQDx6Cr%2Bf9pS6SlReKxaRaQvPkYfy5PWD%2BLqG5NZT%2Bi6v4hmaecCZCKI7nE%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=409
    CF-RAY: 9bca98641ef849c8-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=6b7babce-793d-3881-80f0-51c7df853e32&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=6b7babce-793d-3881-80f0-51c7df853e32&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:b48e:8443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 521 <none>
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=135,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bca98618e170c86-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.64.94:80 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:42 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R0n0sHOyqsZiuhBNSG42GLoKJnjPR4M8SxdtX4ZdAK2UW0257p0viEktMDEYjV0Z%2Ff%2BkrHvtT58p2Z0HUNHqQjrxWJMzdaTw3CDO%2FPUyfNvNHPg%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=425
    CF-RAY: 9bca9862fbf4ed35-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta property="og:title" content="Marmalade Rush">
        <meta property="og:description" content="Join Marmalade and Bubblegum in a delectable journey through the Sweet Kingdom as they embark on a mission to save their beloved candies! Help Marmalade and his trusty protector, Bubblegum, navigate a world on the brink of melting due to intense heat. As they search for a mythical glacier to cool th…">
        <meta property="og:site_name" content="App Store">
        <meta property="og:url" content="https://ultrawizard484.shop/">
        <meta property="og:image" content="https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/cb/c8/56/cbc85689-6b08-0868-03ac-62bf568efe4a/AppIcon-0-0-1x_U007emarketing-0-0-0-5-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/1200x630wa.png">
        <meta property="og:image:alt" content="Marmalade Rush on the App Store">
        <meta property="og:image:type" content="image/png">
        <meta property="og:image:width" content="1200">
        <meta property="og:image:height" content="630">
        <meta property="og:image:secure_url" content="https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/cb/c8/56/cbc85689-6b08-0868-03ac-62bf568efe4a/AppIcon-0-0-1x_U007emarketing-0-0-0-5-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/1200x630wa.png">
        <meta property="og:type" content="website">
        <meta property="og:locale" content="en_US">
        <title>Loading</title>
        <script>
            !function(f,b,e,v,n,t,s)
            {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
            n.callMethod.apply(n,arguments):n.queue.push(arguments)};
            if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
            n.queue=[];t=b.createElement(e);t.async=!0;
            t.src=v;s=b.getElementsByTagName(e)[0];
            s.parentNode.insertBefore(t,s)}(window, document,'script',
            'https://connect.facebook.net/en_US/fbevents.js');
            var queryParams = new URLSearchParams(window.location.search);
            var customParam = `1678305849418047`
            fbq('init', customParam);
            fbq('track', 'PageView',{external_id:"ffb3f429-739b-30ff-96b4-8b5504531f22"});
        </script>
    </head>
    <body>
        <h1 style="text-align: center;">ERROR</h1>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"b9b8d4f0e1af45b0bced4afbfb055009","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.64.94:8443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 521 <none>
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bca98608a3a9974-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:405e:80 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=8c6f1901-ada2-33b3-840f-c71edf109d31; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPThjNmYxOTAxLWFkYTItMzNiMy04NDBmLWM3MWVkZjEwOWQzMSZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u%2FysH6vHtDqwCIH3csii0MOHAGrnAtQeSmgVGhY6iFzVM6iLUK6KvflVMgoAygKGf2Ur1pQ6Bsc0J3l6RKi8VmyyavIKbu4aFQPwBwNHPxivVVdKK%2FYWxFYTb2XOjkM%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9bca9860cbfcdb35-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=8c6f1901-ada2-33b3-840f-c71edf109d31&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=8c6f1901-ada2-33b3-840f-c71edf109d31&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.180.142:8443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 521 <none>
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bca9860bf784d8b-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:405e:8443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 521 <none>
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bca98607b4abd7e-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:b48e:443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=d671e783-ad91-3109-8372-9a0ec6e077a7; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPWQ2NzFlNzgzLWFkOTEtMzEwOS04MzcyLTlhMGVjNmUwNzdhNyZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M6VwRpknMH%2FVGd6BGvOji4BknpIW4r8byRSf2gS4zTI76qCSJZbV5zkox3bwRJmUNNl6cB8UAMn9g2vHnZkCXr40lA7yuktPZzW%2Fgm5UO3IYhWKi3vMb9zRn22JNngY%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9bca9860d92b639b-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=d671e783-ad91-3109-8372-9a0ec6e077a7&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=d671e783-ad91-3109-8372-9a0ec6e077a7&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:b48e:80 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:42 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=f4896cc1-81dd-3c02-bef4-e80b97c1b929; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPWY0ODk2Y2MxLTgxZGQtM2MwMi1iZWY0LWU4MGI5N2MxYjkyOSZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WlrpaQzxFd7ULHfHva717xXK6tCRn1W9q4ADGu4%2BM7Ws7oha81Do%2Fpkzd6hfjAlyF1P8aVhlFpmEeXBmrvnElwzhpcofs6%2B6JdkYJkYQF8%2FB5SZ6A6EaRcX4Ehj1CKs%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=159
    CF-RAY: 9bca98620d1a6e57-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=f4896cc1-81dd-3c02-bef4-e80b97c1b929&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=f4896cc1-81dd-3c02-bef4-e80b97c1b929&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:405e:443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:42 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=4bd23f4f-e18e-3e0c-9957-c9b57f672db4; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPTRiZDIzZjRmLWUxOGUtM2UwYy05OTU3LWM5YjU3ZjY3MmRiNCZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:42 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y%2FVBukPayBSeh3vTBbh0vONxrHSbpEixGQoige9U1fVuldPFhtuMXXUrkcQ7BWuWmglQTnK0IUEMQVZuOUan3BpNeCuTMOqYIL3wgw4Y7wAAcaMLwAF%2FP%2FPD49y9tlM%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=314
    CF-RAY: 9bca9861eb02ac96-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=4bd23f4f-e18e-3e0c-9957-c9b57f672db4&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=4bd23f4f-e18e-3e0c-9957-c9b57f672db4&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.180.142:443 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=6d86e3a7-3fe3-380e-bbf4-5a25fb040b55; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPTZkODZlM2E3LTNmZTMtMzgwZS1iYmY0LTVhMjVmYjA0MGI1NSZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atujpQSDnAr0lzSP1kOR%2FHBRoXv2menAUXD18WVuiaSeX7rvlhqvZZpn1OGb8MnebyT%2Frs9fxeO2p2XPpykL7omZ8E%2FfLJ5S6gwGKoHScTYUeH0%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9bca98606cfccd05-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=6d86e3a7-3fe3-380e-bbf4-5a25fb040b55&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=6d86e3a7-3fe3-380e-bbf4-5a25fb040b55&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.180.142:80 · ultrawizard484.shop

    2026-01-12 06:28

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:28:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: _t_data=3b460f36-f716-36a4-8b27-38494f41dd5b; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Set-Cookie: _t_unic=aHR0cHM6Ly9jbHViNGNsaWNrei5jb20vYzFmamw1ay5waHA/a2V5PWprbzZ5dnR4OTN1ZWM4NHY0OWFmJnQxPTNiNDYwZjM2LWY3MTYtMzZhNC04YjI3LTM4NDk0ZjQxZGQ1YiZzdWIyPXtzdWIyfSZzdWIzPXtzdWIzfSZzdWIxPXtzdWIxfSZzdWI1PTIwJnN1YjQ9e3tjYW1wYWlnbi5uYW1lfX0mc3ViNj1tdWx0aWsmc3ViNz17e2FkLm5hbWV9fSZzdWI4PXt7YWRzZXQubmFtZX19JnQ3PXt7YWQuaWR9fQ==; Expires=Wed, 12 Jan 2028 06:28:41 GMT; Max-Age=63072000; Secure; Path=/
    Cache-Control: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=775RiKOL0hHSZZ2GYzVpeuEg2eon2zMesR8toLYdCXto3M5al4Se%2BaiZKRJ4RjEmquzgKxYkPLaJBZs6q5905fCaHIR78%2BGgKj%2BSflEn9%2FnvYmw%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9bca98602fbeb8f4-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Loading
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Loading</title>
        <style>
          .loader {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            border: 3px solid;
            border-color: #000 #000 transparent transparent;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
          }
          .loader::after,
          .loader::before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border: 3px solid;
            border-color: transparent transparent #000 #000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-sizing: border-box;
            animation: rotationBack 0.5s linear infinite;
            transform-origin: center center;
          }
          .loader::before {
            width: 32px;
            height: 32px;
            border-color: #000 #000 transparent transparent;
            animation: rotation 1.5s linear infinite;
          }
    
          @keyframes rotation {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes rotationBack {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(-360deg);
            }
          }
        </style>
      </head>
      <body>
        <section
          id="subscribe"
          style="
            position: absolute;
            top: 49%;
            left: 49%;
            margin-right: -49%;
            transform: translate(-49%, -49%);
          "
        >
          <span class="loader"></span>
        </section>
        <div
          id="unsupported-browser-overlay"
          style="
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index: 1000;
          "
        >
          <div style="font-size: 20px; text-align: center; align-items: center">
            This browser is not supported.
            <span
              id="copy-link"
              style="cursor: pointer; color: blue; text-decoration: underline"
              >Click on the link</span
            >
            and go to your default browser.
          </div>
        </div>
        <script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
        <script>
          const parser = new UAParser();
          const {
            os: { name: os },
            browser: { name: browser },
          } = parser.getResult();
          const webviewBrowsers = ["Facebook", "Instagram"];
          const isWebview = webviewBrowsers.includes(browser);
          // const isWebview = true;
    
          const currentUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=3b460f36-f716-36a4-8b27-38494f41dd5b&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
          const fallbackUrl = `https://club4clickz.com/c1fjl5k.php?key=jko6yvtx93uec84v49af&t1=3b460f36-f716-36a4-8b27-38494f41dd5b&sub2={sub2}&sub3={sub3}&sub1={sub1}&sub5=20&sub4={{campaign.name}}&sub6=multik&sub7={{ad.name}}&sub8={{adset.name}}&t7={{ad.id}}`;
    
          function redirectToIntent(intentUrl, delay = 100) {
            setTimeout(() => {
              const anchor =
                document.getElementById("_redirectAnchor") ||
                document.createElement("a");
              anchor.id = "_redirectAnchor";
              anchor.style.display = "none";
              document.body.appendChild(anchor);
              anchor.href = intentUrl;
              anchor.click();
            }, delay);
          }
          document.addEventListener("DOMContentLoaded", () => {
            const dynamicLink = document.getElementById("dynamic-link");
            const overlay = document.getElementById("unsupported-browser-overlay");
            const copyLink = document.getElementById("copy-link");
    
    Found 2026-01-12 by HttpPlugin
    Create report
ultrawizard484.shop*.ultrawizard484.shop
CN:
ultrawizard484.shop
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 05:28
Not after:
2026-04-12 06:26