I am trying to load player profile pictures from the following page:
https://www.transfermarkt.com/manchester-united/startseite/verein/985/saison_id/2006#
I use the following code:
Import["https://www.transfermarkt.com/manchester-united/startseite/\
verein/985/saison_id/2006#", "Images"]
Unfortunately, all profile images are loaded as follows:

All images I do not need are in the correct format...
The pause function (e.g., for one second)
Pause[1]
only works between tasks. So I do not think I can use it.
Any ideas how to solve this issue?