Description 
Managing multiple webbugs is no fun. The following is an attempt to unify disparate webbugs into a single, extensible, solution.

How it works 
The unified webbug snippet below replaces the need to include a separate webbug for each of analytics services you are using. Simply add the snippet below to your pages, configure your specific account settings, and you're done. This webbug will make (asynchronous) requests to each of the analytics services, without affecting page performance and simplifying the maintanance of your analytics webbug sprawl.
<script type="text/javascript">
function trackerSetup() {
var tracker = new Tracker();
tracker.addTracker(new QuantcastTracker("account"));
tracker.addTracker(new GoogleAnalyticsTracker("name", "UA-XXXXXXX-X"));
tracker.addTracker(new ChartbeatTracker(1234, "domain"));
var s_vars = {
s_pageName : "pageName",
s_server : "www.test.com",
s_channel : "IndexPage"
}
tracker.addTracker(new OmnitureTracker(s_vars, "s_code.js"));
tracker.trackPageview();
}
(function loadJs(url, callback) {
setTimeout(function() {
var script = document.createElement("script")
script.type = "text/javascript";
if (script.readyState){
script.onreadystatechange = function(){
if (script.readyState == "loaded" ||
script.readyState == "complete"){
script.onreadystatechange = null;
callback();
}
};
} else {
script.onload = function(){
callback();
};
}
script.src = url;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(script, s);
},0);
})("http://labs.webmetrics.com/webbug/tracker.js", trackerSetup);
</script>



柴油发电机
发电机
柴油机
柴油发电机
13636374743(上海)
13291526067(嘉兴)