L.S.
(directed to those, that are into JavaScript error hunting and dabbling into JavaScript browser coding development)
I have the following extension installed, “Javascript Errors Notifier” on the browser,
and combine that to track errors on pages with an occasional clicking the Ctrl+Shift+I combination
to visit the develeoper’s console of the webclient a.k.a. browser.
On the scanning page of Dr. Web’s online check results, I got “urchin Tracker not defined”.
About the issue at hand, read: https://ma.ttias.be/urchintracker-is-not-defined-google-analytics-error/
This “urchin Tracker not defined” is a Google analytics error,
because urchin.js is prevented to run in the browser by a particular browser adblocker extension.
The solution for developers is to modify their javascript, so it includes a check to see,
if the function exists, before calling it. (Info credits here go to Matti).
N.B. With the called extension one will experience a couple of specific alerts for errors,
that are typically caused by Google chromium and otherbrowser chromium forks to form a mono-culture online,
so such typical Google chromium related JavaScript errors will become one day more and more prevalent. (pol).
So you may experience this error also on Brave, but less in Cliqz Internet browser, which is derived from firefox.
polonus (volunteer 3rd party cold reconnaissance website security analyst and website error-hunter)
N.B. Attached specific error report with errors I encountered with Google Chrome
on that Dr. Web scan-page page mentioned…
Damian