$(document).ready(function(){$(document).on("click","a",function(){var n=$(this).attr("href");pushPageView(n)})});pushPageView=function(n){if(n!==undefined&&n!==null&&n!==""&&n.indexOf(".")!==-1&&n.indexOf("/")!==-1){var t=n.split(".").pop();(t!="html"||t!="htm"||t!="asp"||t!="aspx"||t!="js"||t!="css")&&t.length>=2&&t.length<=5&&gtag("send","pageview",n)}}