To make the system totally ignore you (for the sake of pure analytics, of course), you need to have dashly_notrack cookie in your browser.
Go to your site, open console (click on F12 in Google Chrome), type
document.cookie = "dashly_notrack=1"
and press Enter.
You can add the following script to make it last longer:
document.cookie = "dashly_notrack=1; expires=Thu, 31 Dec 2037 23:55:55 GMT"
Won't be tracked until 2037.