I think in this case problem happens because both requests start/arrive at the same time, and server is running both at same time creating two visits. If you put 1 second between each image, this would fix it.
↧