This script collects Fotorama usage statistics. Nothing more.

Disable it by setting global blockFotoramaDatato truebefore loading fotorama.js:

<script>
  blockFotoramaData = true;
</script>
<script src="path/to/fotorama.js"></script>

Why there are scripts that collect statistics from websites?

Scripts that collect statistics from websites are commonly known as web scraping or web crawling scripts. There are several reasons why individuals or organizations may use these scripts to gather data from websites.

It's important to note that while web scraping can provide valuable data, it should be conducted ethically and within legal boundaries. Some websites explicitly prohibit scraping in their terms of service, and unauthorized or excessive scraping can lead to legal issues. As a result, it's crucial for individuals and organizations to be aware of and respect the terms of use for each website they interact with.

How to disable the script that collects statistics?