I opened Firefox console and run this:
_gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']);
Event is tracked and is inside google analytics, but when I run this inside console it didn't showed any ajax request. How is this possible? How does google analytics send event tracking data to their server? Does it impact site performance if there is too many events?