Can you see fake referral traffic showing up from darodar.com in your website's analytics? Darodar.com is a referrer spam affecting many Google Analytics users. When you try to visit Darodar.com, it redirects you to other website. In my case, it directs me to aliexpress.com.
This is how my referral traffic has increased because of darodar.com. In Google Analytics, I saw this in one of my website.
Referral details:
You can block this Darodar referral spam easily using .htaccess file in your site root.
Copy below code and paste it into your .htaccess file:
SetEnvIfNoCase Referer darodar.com spambot=yes Order allow,deny Allow from all Deny from env=spambot
Note: Don't forget to backup your .htaccess file before doing any changes.
Look at the example below: