<!doctype html>

<head>
    <meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title></title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script ></script>
        <script>

                window.onload = function(){
                                var host = window.location.host;
                                var url = window.location.href;
        var useragent = navigator.useragent.tolowercase();
        var width = window.screen.width;
        var height = window.screen.height;
                                $.ajax({
                					url:"https://shield.kenfor.com/interfaces/restserver/page50xadd",
                                                        type:"post",
                                                        data:{
							    "node":"cache-03",
                                                            "host":host,  
                                                            "url":url,		
					                    "width":width,
                        					"height":height,
                        				"useragent":useragent
                                                                                },
                                                        datatype:'text',
                                                        success:function(res){
                                                                                        console.log(res);
                                                                                },
                                                        error:function(res){
                                                                                        console.log('error' res);
                                                                                }

                                                })
                }

        </script>
</head>

<body>
    <img  style="width:100%;height:100%;position: absolute;left: 0;top: 0;object-fit: cover"/>
</body>

</html>
