I have img tag used in my website which loads click tracking.
By using img tag, web browser automatically loads the resources specified by src attribute and its related resources.
Now my problem is, I cannot use img tag anymore but I still need to achieve the some function. Does anyone know what html tags can do the same thing as img does?
Thanks