try { window.addEventListener('load', function(){ var img = document.createElement("img"); img.setAttribute("src", "https://tags.adsafety.net/v1/cm"); document.getElementsByTagName("body")[0].appendChild(img); }); } catch(e){};