I know what the apple touch icon is, and I have seen an apple desktop before, so I can imagine what it would look like. I also know how to add an apple touch icon to my site
to avoid 404 error on NGINX
Location ~* /apple.*.png$ { rewrite ^.+$ /images/blank.gif last }