function LogstatsQuery(t,e){this.url=t,this.projectToken=e}LogstatsQuery.prototype.get=function(t,e,o){$.ajax({type:"GET",url:this.url,data:{query:t,projectToken:this.projectToken},success:e,error:o})};