On document ready I use this script
jQuery.ajax({
url:"http://www.other_web_site.com/",
type:'POST',
success: function(data) {
// do nothing
}
})
http://www.other_web_site.com is using google analytics. google analytics will note +1 visit ?
if no so how can I let him know ?
Google Analytics will count it. However, it should be requested as you described, in-which, all page is accessed.