Domain seastats.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2025-06-25 20:27
    Last seen 2026-01-04 16:39
    Open for 192 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb5ccfd42f

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/melaya206/2025datathon.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      
      Found on 2026-01-04 16:39
      337 Bytes
  • Git configuration and history exposed
    First seen 2025-06-25 20:27
    Last seen 2026-01-04 16:39
    Open for 192 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb5ccfd42f

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/melaya206/2025datathon.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      
      Found on 2026-01-04 16:39
      337 Bytes
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2026-01-09 21:40

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 21:40:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gNUC%2B7lltkzx%2BhQ8dG3GA5fJob1OF5ULhg3o%2B8bhucFx5foXnMu2EoRfCehTsBUAuKXg0YbaofYKgnVg55vgh%2BGQWawt5yek2ibvG%2Fg8%2BIc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb7183cf90ad8d4-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2026-01-09 11:18

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 11:18:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gj9cWVsWgXCd6yZmbAIZhfzOleKbeZgzyh5LjWL9El6NcSrV%2Ff9KyuhjbAeylOqJzGMFH90fi3X0nccM%2BiF4JtEJd08mfWYbzSdQVp688e3zBw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb3889d38f11da2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4WxXvaDxkx29roNJnHw0cfYFunKgpWfcwEzFAwjErbWW6xZYCDEL7hjeSZAaOkWq1gApRrXRAoU%2FwSBBK1MQlzGrYPdFgNy0L5N1W3XDmHqGhw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c134eb5269c-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.158:80 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P%2B2PdP6%2B8GptmvnL%2Frf3S8aFAlnxbQF0nGwMsY%2BEL1BYiDn74fWaLwgQyXfRkB36CZDrpIhM1VfiTeV7nXMAjCV44WzMCNaBtGbHzsyKNRwabg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12cf55727d-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.98:8443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=02zHxGjQ3KoihRm%2BMb3vQbtMVgKkCm35PqEZzRfVqYCENpjUWqlqM93EYhLghXO6hEvSvj5BK1CEuosbc6wUxladPMbhVK37vJ7MXfQDictpxg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12d8ff37f7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.158:443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=E%2BIXg7ryx41KzNFf%2B5vY4C%2FvAy3xTlKYQ%2BcTkqwHlY1hkStajYQHSTDrKHwhulEA902i9Q8nOlaaT71CrLL9Iiu7RN3ophunh%2FNzUzkUSK8Lbw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12def5bb49-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:8443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7b187wFi5c7gqYHV50%2F9mfbDz%2F3Ftw2RdMTA4%2FHX3rCJd9AA29F3ka31iSCC10JHIQY5dI2PsWuwwd%2FdyHIFgTBdJAmrXQJc2NkI59fstf8rl3tVNwSHJRpZP1SmSw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12ced0dfa5-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZJS4XJJg6U4SRhgbdXl0Tna%2BtDYEAGTqTmPa5XEnk7B7SBYCPo2tqv19VYEbEdV%2BBhovYOin9XS8YZTlDXlj0tQarMBYYAmK95qyS2s8GdMyUA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12bc746616-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:80 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fR6H9rdq7ehMg5iFFOzZGUDWAp38eggf3rFmJPVN3xyQtSMgpmufnUBLcv4sDtkq18cfzmgFy%2F2K9DCeIdKjRKnTZDN8v%2BnLEraSGbJ3iVXJ46uUQ%2F3KzfLE%2B%2FTRhw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c127a762bc0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1sKcnfmx2nLekkhrr7SkLAJ0%2BF5A6wUi%2B4H0aabjM86FQMw18RMcA7uufK5ClIOQ4VJCYtU0C%2BwPe2zOnq%2FWeImyb%2FLPzl17JxlgohB%2BqMLKcpTkmLyS4zdkTgWZ9Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12a861d593-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.98:80 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jsMDTVWv%2Fzg%2BhtRt8X7Q40Fk7NT7zwdO0U0LhDN7%2F7ze49VOsMkH4LtRVpcr25gvBJv4SwMZFennrKOJU27EzoHQEbuSSqc7MPEPJEwmob9X0w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c12396349aa-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:80 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Dy0XQh5bZusxDbZ%2BgfCBMIhUCbWepu%2BLofhpaBEIIjFhWKMSX%2BQnGOo3GmdPQ7ulEMVlV1h8X9EijT8LOmFvz8AxSHik5Q4iz3Qsp%2BHNqzBEiVjf1iaKIZk%2BUoC4lg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c128c2cc143-BLR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:8443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qcyWKjlanmnwRiiPJDuMkZ%2F3vX8hzBSMa2KMxzZiGC3n2%2FoYrSIiEQaqxAPPwLm8tZPZGQbhha1ZpIcChtsuTlMmsxFNrJ%2BsLapJGWRKMYnYepOGGoggOFwEGH5s7w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c120bc43ec5-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:443 · seastats.pages.dev

    2026-01-04 16:39

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 16:39:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=w5Kai6kUzFJj83k%2FyGuVFfeRM5DNkjXb91hc8LrlWmK7ruaBOybkYNuDmMffsO3emvMpH0sohgeuIdwVih38yb0EKrTEOsVb5blb8ZKvAyHplnaeAw%2FiUITHXstHJg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8c2c11fd445592-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2026-01-03 00:08

    HTTP/1.1 200 OK
    Date: Sat, 03 Jan 2026 00:08:38 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GkmC2tzSuyLKIZ3xgp9qL4O8Jh2bgZX4dj932nady8hZnQvVQ13yJn%2FHORyQvUurMht10Z0NIFb3KaOHxOKSS2l9b%2Fg2r%2B4goUmnEr2BvW818Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7e4346683c43bc-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2026-01-02 02:18

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 02:18:38 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=p5P%2FXY8kv8OfwzLypYET9KET305kRl%2BBV%2FbJ5QFjG9CiKkBEQ2Q2UUW6xP%2FbJvygq0Rzi%2FDiltGO3aPTdXZlkYnwxWqWXf1PO7I7PUd00XekUg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b76c4595f2d1fdb-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2025-12-23 05:50

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 05:50:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PUU5Coo6kjYryXe2wD6NnSw1IEL2bPAhvPfWZNkRu8my3aH7ixQXifdBIgN%2B%2FvhOo0KE2vfXGLDWWfUyeUqLlebOqLhgUSmTtK7Ryvn%2F7oRfTA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b2594866fe7066b-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2025-12-23 03:39

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 03:39:33 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BmAF6riQRI%2By0YmXJ12wwqf6F%2BsT89%2F8Tmv%2FHv3HqyikYHnTBnBV8D0ChsepqzufX09KhTU9MkWKBkqWTloiQml4nZLoUMUONEVir%2F4on7dlOA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b24d51d7f150f85-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2025-12-21 00:51

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 00:51:05 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JmIBz3uhGacoYhRxHP0b%2FWsQxyAKgx2wXoex88l2geBQjNbE37zuQ8w8fEVk4gsvo3faKCfgG%2F%2ByY76g1q37pr6XRb1DZhdPByNzX3Hrk3e6Dg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b136394aee0243d-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2025-12-20 16:47

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 16:47:25 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m%2BT4ZdkUE2yMqp1sleULUyi4cfPItc1Li0b64AfFgwJMvyqjXaJsScH6zFDuht81iEi8hQiPgCdh46vka9jAuljE5am0E1jQeTBasO1VitzB0g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b109f1538ad939b-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ttfohU3akV6DhDpOyaEDhhYg%2BbSnSshF3hLGCop2E8vxWlrr5IVuBz4AMx22gYpyxU4rx8rtK9YFtAGuHwUW2KSQHO6DtsxvzraL2xMmOClAwRK7rrLNGqvaRPlQkQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f04fc6363d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:80 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WBW94F57%2BBBDo0mA6KLhNyCFenCzJ5HMyPIbfrW5TxHWyWm9VDwomFlT3nDDnCXox6e9%2FxioSYQyA6it75ioJ%2BEC9Y1OWOcD2o3hTQ%2BakdwcvNThjKPrNCXfbmpMCw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f02b905d74-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c9e:8443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PYd10zO7WNmczK%2BJ%2Bf%2FbzEpWuG6vZ9yPqEvf9wUC9W6Cf2wJxt3latPhaFV0qDCUULJC%2F8TI5SQz0vpRbne0%2FQmDE%2BzAR8zzaAGMy4KX4XKU4Io6v8Kfi8FVJ85neQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f10e8ee7b8-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xDxWRYw2Mk%2BhTRDrcs%2FOFWfP0Qyszu7KHmf7EP8cE7RaRfDJ3bRYZuqaS49J9zcOUT0A38K3qU8d2X3JxL5FJzP2FTFE1eamhA0nqPvAMxT54IF8hhmp1e%2F4Kz5gMA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f04972dcb0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:80 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NyvJvmMphf2x88p9KEl3Fdq9hAAk8TDCfW27i63IAM6uNHvarmfaHMHPQitwyj%2FnSZPYDgVP5my%2BhWxzpyhawb%2FvaxgjSCT1mIm7EM6fEv0U4AYuZbHTitka%2BYRH0Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f02ecb3a96-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.44.158:443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bRKq5yGaWrQmWGr8iUymfzVWeaMm9TrH4n7aZNus81EW%2FJRF7WYBMy0AN4NdLaQ0y6hIrH8kZFpf6OOUKCt8DFCFBxdnrZI%2F21XDww0toYc%2B6A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f04fa5d9d4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f62:8443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZMwDNWxy1Wqpwvo4nHfuNoaRfkBzC2D20W9ay2hbzCHIHwwTBOjREVlwSIZ8O5HY7plPBKLuilxeSFE4wAsRzp5%2FYzbt4hOdIHHW9Mnz0nQiQN5%2BuJBIrmHsMG8HPQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f049f5bbb3-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.44.158:80 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5t3qfkDzs42m5ACQad45Ba8tZi7muy17fERf4CAcdCrTxkCYUFnutkPNFlAHlD9KvqXMrKl3B4mlC33fNLaoMjPcDKpprxZ59SiYvvWVgyA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f02d3a6934-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6SjlpAD%2FAeZJitRnHmsaxRGY3kZU9%2BlOiys2AHgjGQ7H3mlf8byBbzUnOIhSzlvxRYRVe1uDcn9JrdQmKHBMXSKGq92IeTd12mLlvkVpSPcRbw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f0494bd8ed-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.47.98:443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0t7HmaxnGgMDpiZi65J1IkwQZpBt%2BGx9kT0%2FxSKLGLCUbYA7boqVfMqPm%2Bs%2FhU0uTgmPtNagL4c5NVlF9Vgsc9svIricIWj8eKrbtAKqUudPNQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f04c759280-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.47.98:80 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Length: 0
    Connection: close
    Location: https://seastats.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qrHCZF2xLUm6Q5bJJSJp2IL1kTPL%2Fi%2FlocKNd3MRnaviEDCKQwFj4%2FacHR0UzxxHLi5xjvU6XQn8itxRvUmUewOmEbJQ2ijP%2B176VrptRE5riQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f02da11e51-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.47.98:8443 · seastats.pages.dev

    2025-12-20 04:37

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 04:37:32 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LW%2BIo4crcOi1mHyjGQEFPY2pPeo0H2pFoNCdXJprXoiEDUuRflitV9lZ2WdeNTHIkIuzKV8N8vN0HprJQIlgkB%2BPpR2UGiHvO%2BLZcMX6vZ6ORw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0c71f04fc81f99-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.44.158:8443 · seastats.pages.dev

    2025-12-19 06:04

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 06:04:14 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 37418
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "3af26acec8b98c47c8bf961a1a7bca2d"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9QR1P8aIRE%2Fm4%2F6CLQHhqEQ5UB4I3UTQG7Kx0UB7d86Bk7Q091Dt1FomdPpwV3SSmLjQYKfqkqgH%2F3JRmxb5XWYG7whZedqIXxZUAvZ4WBxwvA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b04b390b918fc2b-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Sea Stats
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sea Stats</title>
        <link rel="icon" type="image/png" href="/resources/favicon.png">
        <!-- Link to the external CSS file -->
        <link rel="stylesheet" href="style.css">
        <!-- Link to the external libraries -->
        <script src="https://d3js.org/d3.v7.min.js"></script>
        <script src="https://cdn.plot.ly/plotly-3.0.1.min.js" charset="utf-8"></script>
        <!-- Leaflet CSS and JS -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
            integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
        <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
            integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
        <!-- Leaflet MarkerCluster Plugin -->
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
        <script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
        <!-- Leaflet Heat Plugin -->
        <script src="https://unpkg.com/leaflet.heat@0.2.0/dist/leaflet-heat.js"></script>
        <!-- Choices.js for searchable dropdown -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/styles/choices.min.css">
        <script src="https://cdn.jsdelivr.net/npm/choices.js@9.0.1/public/assets/scripts/choices.min.js"></script>
        <!-- Google Fonts - Roboto -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
        <!-- Override Choices.js styles -->
        <style>
            /* Force hover styles to work */
            .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force highlighted item styles */
            .choices__list--dropdown .choices__item--selectable.is-highlighted {
                background-color: #e1efff !important;
            }
    
            /* Ensure vertical centering */
            .choices__list--dropdown .choices__item {
                display: flex !important;
                align-items: center !important;
                padding: 10px 15px !important;
            }
    
            /* Remove "Press to select" text */
            .choices__list--dropdown .choices__item--selectable:after {
                content: none !important;
                display: none !important;
            }
    
            /* Fix hover effect to work immediately */
            .choices__list--dropdown .choices__item--selectable {
                transition: none !important;
                /* Remove transition to make hover immediate */
            }
    
            /* Apply hover styles to all items in the dropdown */
            .choices.is-open .choices__list--dropdown .choices__item--selectable:hover {
                background-color: #f0f7ff !important;
            }
    
            /* Force hover styles with JavaScript */
            .choices__item--hover {
                background-color: #f0f7ff !important;
            }
        </style>
        <!-- Link to the external JavaScript file -->
        <script src="scripts/searchable-dropdown.js"></script>
        <script src="scripts/distribution-by-area.js"></script>
        <script src="scripts/distribution-by-dept.js"></script>
    
        <!-- Custom styles to fix z-index issues with Choices.js -->
        <style>
            /* Force header to be above everything */
            body>header {
                position: relative;
                z-index: 99999 !important;
                /* Extremely high z-index */
            }
    
            /* Force navigation to be below header but above everything else */
            .page-navigation {
                position: sticky;
                z-index: 99998 !important;
                /* Very high z-index */
            }
    
            /* Force Choices.j
    Found 2025-12-19 by HttpPlugin
    Create report
seastats.pages.dev*.seastats.pages.dev
CN:
seastats.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-20 03:36
Not after:
2026-03-20 04:34
seastats.pages.dev*.seastats.pages.dev
CN:
seastats.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-10-22 02:13
Not after:
2026-01-20 03:12