Domain jaspexim.com.ua
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::6815:1c6d:8443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 18:19:17 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=197,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc66be86d67fe03-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.145.220:443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:19:18 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=S2T%2FhIWUSTG86f%2B0N%2BLAncrIkQNNdVQ9SkTwv7Kq%2FOkqCQRLv4e5Bdcf4lqpriReR1q0XC4K0zthpBKHiZiGZahkssxfnuk0Vd5QByokbQ%3D%3D"}]}
    Expires: Sun, 11 Jan 2026 18:19:18 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=30,cfOrigin;dur=718
    CF-RAY: 9bc66beacd3ace70-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.28.109:80 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:19:16 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GdPypwKKS%2Fr3yNFBdZ%2BoYYEzKUv%2BgU6cJtV9bxx15pcqw3or08sIuY0K%2BMlqloM0iJZYsXa%2Bgy2o3az6aNVhd6KB3nBG5VMeWaR0nF30pA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc66be64e20f9d8-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.145.220:8443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 18:19:17 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=193,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc66be78a8d3ecb-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.28.109:443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:19:18 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Z9PqhTWsM%2BLymv2GjkI7N7DykycEurWDVeC2dtHS1jlElFdqllIcE7IWQVZ8fI9l%2FrJq%2F%2B1HjdVu5JOzOKWJVfrSuo3oueEm3pnqx5UobQ%3D%3D"}]}
    Expires: Sun, 11 Jan 2026 18:19:18 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=714
    CF-RAY: 9bc66bea9e5ecdb3-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.145.220:80 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:19:17 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=y4UPoSfeky2zGT0ZFSMUoFXXUK5xSCYtvbc3gY1%2Bpajt6dAdxLIDleyQxERZusxjZigc2pbHekKlcygRBI9BnaQTYflB1oklsL1xj7BLmw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc66be81ae6dab3-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:8443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 18:19:17 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=186,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc66be77e610b5f-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:19:18 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ydPKqEky2eAtANb61sh0E2VrBVqmpkkxbW0yn4FmWD6QOTAlUkRTOgcJOUcNRkZbmgTpclsxm09K2a4pXsknC0xl8OibygHqsCJFQztx9ALxCbL3iZp3LMeEqw%3D%3D"}]}
    Expires: Sun, 11 Jan 2026 18:19:18 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=723
    CF-RAY: 9bc66beb1f30fe1b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:80 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:19:16 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lM7XY9yNZhliaY2erOba%2BAVz15iA%2Fyt8jNcTOripUPDabaR1kfL%2BUF4yMmkdJoIHMqKtVc%2Bzir9FzTR7TZi1p6js6cXIAsjidOe3rinfV0UcZUVaMeI%2FPpbeWw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc66be64f24894a-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:1c6d:80 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:19:16 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8THZLeBDaO1OG7xm5WIh%2FtM0qyWu2xKvqvBlVvzpSeJPelfPDmeOw1Ya%2BgDrXgV4c4lUH4c5b6FVEOcdG3GGSHMqBA4CoPvkMxu%2BfbvM9s%2B69wzdzRoSrDzL0A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc66be64a099d12-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.28.109:8443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 18:19:17 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=190,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc66be768e77156-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:1c6d:443 · jaspexim.com.ua

    2026-01-11 18:19

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:19:17 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DQcUuX30tgnSJm%2FymwPVJAeoktyN3Fwi6Dqoa0jK%2BGnpZFxM3NFoHWKT0rI4awdu%2BrwfFb2NKsZ20tGdmvsi%2Fhvfdz%2B%2BIvyEee3Kcxx1pX3vEohKMAs6i2pQOg%3D%3D"}]}
    Expires: Sun, 11 Jan 2026 18:19:16 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc66be6bd53bd9c-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:1c6d:80 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 14:19:38 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jYbE3M8WM%2FIeBDreCSccTFvd4%2FSFnosf3jaCywLj9AbpXg9u7%2Fcvix7uGRbDNslDcCSp0cuVUo9I6LqsXFN2fLkzJrRqRK%2FjJrFxVvEFRRlANzHdpGKMKsWXNA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bac54bafe83fdc2-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.28.109:443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 14:19:39 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5mzraU0zuJ2ch3PR%2B%2FKkABMTgK4hKndysaaGkAZB%2FNH1mlIUsuLUOeMxGLFvkvSrZmSC2dFCHG8lH7pEUiBEx09AVyJI9vjNi%2FTcNkRcBQ%3D%3D"}]}
    Expires: Thu, 08 Jan 2026 14:19:39 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=780
    CF-RAY: 9bac54c19c30895c-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.145.220:443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 14:19:39 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P7YUb%2BMrKHgjLABWyHFEM8FVsEFgE69ozWyMLpzb9lOl%2BZJMczv%2FD7WjWvrdU%2Fz9j0c2Z9zkYUp%2BZxmOFJ7y7gKVcfEJCNpDV%2BL%2Bz%2FnXTA%3D%3D"}]}
    Expires: Thu, 08 Jan 2026 14:19:39 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=183,cfOrigin;dur=721
    CF-RAY: 9bac54bfab7c3fdd-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:80 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 14:19:37 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y%2B2zpzIc5Vgl0iLWw8ELzkYa5%2FubSBQcGgHrh6JrNCreJ6RCCp2qLpaiN2IbK6W5dw7QWx6Zs41iS4KlWYHs%2FXtlrAfu82HJTd31oqZR5xgrYoKPqK39fymDgQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bac54b9ab4fbef3-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.145.220:8443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 14:19:37 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: 9bac54b9fc06f8b3-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 14:19:38 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1kOtifZKt2Bjh6FQB%2FWGrkh5hexPYxFLE5Il8GaDzVP0sYmUImArtrR0gNWyiLY9Bfx1JyNOcEcaZbxeWA2rvyX5V%2FIxtpqoJiUCX325PyjvXEpbBTBc8idgWQ%3D%3D"}]}
    Expires: Thu, 08 Jan 2026 14:19:38 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=408
    CF-RAY: 9bac54bc1b74da8d-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:1c6d:8443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 14:19:37 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: 9bac54b99c3b7aa3-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.28.109:80 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 14:19:37 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=c7c5RDHdaaavxzXZcdHQd3jVU75%2Bys6bWxkrnqL1oh915ZJKdnT2%2BvNde9mYJWEZEspFe5dL2NtzSiOmwdvQdiktxC0UfBz6zYqK7MRyPA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bac54b96c7896f9-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.145.220:80 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 14:19:37 GMT
    Content-Length: 0
    Connection: close
    Location: https://jaspexim.com.ua/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WIORE1tEn7q1te7U9Whn286hXANmqduxhX6imR7QTSW9%2B5vmFu2CazkS%2BbY0uy0iQqkQls7cz7x5RqkacCIgy%2BGULBAufDtTGVnA5xPxzA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bac54b94ee28867-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:91dc:8443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 14:19:37 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: 9bac54b94cefedeb-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.28.109:8443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 14:19:37 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: 9bac54b94d9def23-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:1c6d:443 · jaspexim.com.ua

    2026-01-08 14:19

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 14:19:38 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, no-store, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qbRKICbY%2BSPWP9j2O3f89vdHkRvmbE23rwc985nLuUDVJ%2BIqSz3SNXVP0wSo%2FVOBt9A2g6IXuH0f%2FGV5Y0AmpAz2IhKAywwljbiWFmPPyoPeF2ggZIXrq85Kng%3D%3D"}]}
    Expires: Thu, 08 Jan 2026 14:19:38 GMT
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    cf-cache-status: DYNAMIC
    CF-RAY: 9bac54ba3a5c6437-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Погане освітлення: Тихий ворог ваших очей
    
    <!DOCTYPE html>
    <html lang="uk">
    <head><base href="/tec/-30100.2005-ua-oculin-0-uah-cpa-white/index.html">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Погане освітлення: Тихий ворог ваших очей</title>
        <style>
            :root {
                --gradient-start: #2c3e50;
                --gradient-end: #3498db;
                --text-light: #ecf0f1;
                --text-dark: #2c3e50;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Roboto', sans-serif;
                background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
                color: var(--text-light);
                line-height: 1.6;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
            }
    
            header {
                background: rgba(44, 62, 80, 0.9);
                padding: 1.5rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 100;
                backdrop-filter: blur(5px);
            }
    
            nav ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 2.5rem;
            }
    
            nav a {
                color: var(--text-light);
                text-decoration: none;
                padding: 0.5rem;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: var(--text-light);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            main {
                margin-top: 100px;
                padding: 2rem;
                flex: 1;
            }
    
            section {
                background: rgba(255, 255, 255, 0.1);
                margin: 2rem 0;
                padding: 2rem;
                border-radius: 15px;
                backdrop-filter: blur(10px);
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            }
    
            section img {
                width: 100%;
                max-width: 800px;
                height: auto;
                border-radius: 12px;
                margin: 1.5rem 0;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
    
            h1 {
                font-size: 3rem;
                text-align: center;
                margin: 2rem 0;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            }
    
            h2 {
                font-size: 2rem;
                margin-bottom: 1.5rem;
                color: var(--text-light);
            }
    
            footer {
                background: rgba(44, 62, 80, 0.9);
                padding: 2rem;
                margin-top: auto;
                backdrop-filter: blur(5px);
            }
    
            .footer-content {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-section {
                text-align: center;
            }
    
            .footer-section h3 {
                margin-bottom: 1rem;
            }
    
            .footer-section a {
                color: var(--text-light);
                text-decoration: none;
                display: block;
                margin: 0.5rem 0;
            }
        </style>
    <!-- Google tag conversion (gtag.js) -->
    <script>
      function getParameterByName(name) {
        const url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
              results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
    }
    
    const utm1 = getParameterByName('utm1');
    
    // Проверка на наличие значения utm1
    if (utm1) {
        // Подстановка значения utm1 в скрипт Google Ads
        const script = document.createElement('script');
        script.asy
    Found 2026-01-08 by HttpPlugin
    Create report
jaspexim.com.ua*.jaspexim.com.ua
CN:
jaspexim.com.ua
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-08 13:16
Not after:
2026-04-08 14:15