gaAddons - Google Analytics Addons by Stéphane Hamel
Tell Google Analytics to collect the data as usual but also send a copy to your own server. This feature easily encapsulate the necessary _setLocalRemoteServerMode and _setLocalGifPath GA calls.
_gaq.push(['_setDualMode']);
_gaq.push(['_setDualMode', {
path: '//' + location.host + '__utm.gif' // optional url
}]);