$(window).on('load', function(){ $.get("", function(data){ console.log( "GC "+data ); }); });