// source --> https://christinaneumaier.com/wp-content/plugins/google-analytics-premium/pro/assets/js/privacy-guard.min.js 
;var MonsterInsightsPrivacyGuard={filter:function(e){var r=new URL(e);this.removeCommonPIIkeys(r);this.removeEmailAddress(r);return r.toString()},commonPIIkeys:function(){return['username','fname','firstname','first_name','lname','lastname','last_name','name','fullname','full_name','email','address','phone','street','road','postcode','zipcode','avenue','lat','latitude','lng','longitude',]},removeCommonPIIkeys:function(e){for(var r of this.commonPIIkeys()){if(e.searchParams.has(r)){e.searchParams.delete(r)}};for(var[entryKey,entryValue]of e.searchParams.entries()){for(var n of this.commonPIIkeys()){var a=new RegExp('.*'+n+'.*');if(a.test(entryKey)){e.searchParams.delete(entryKey)}}}},removeEmailAddress:function(e){var r=new RegExp('([a-z0-9_\.\-])+\@(([a-z0-9\-])+\.)+([a-z0-9]{2,7})+');for(var[key,value]of e.searchParams.entries()){if(r.test(value)){e.searchParams.delete(key)}}},};function MonsterInsightsPrivacyGuardFilter(e){var r={page_location:MonsterInsightsPrivacyGuard.filter(e.page_location),};if(e.page_referrer){r.page_referrer=MonsterInsightsPrivacyGuard.filter(e.page_referrer)};return r};