Reported in https://wordpress.org/support/topic/some-minor-ui-tips/#post-12794720 You can reproduce it eg using this HTML ```html <a target="_blank" href="https://foo.bar/wp-content/plugins/test.php?api_user_id=123455&dlkey=49849494&content_type=application/pdf">PDF</a> or <a target="_blank" href="https://foo.bar/wp-content/plugins/test.php?api_user_id=123455&dlkey=49849494&content_type=application/pdf">PDF</a> ``` resulting in a false link in visitor log (reports itself seem to be fine) ``` https://foo.bar/wp-content/plugins/test.php?api_user_id=123455&dlkey=49849494&content_type=application/pdf ``` instead of ``` https://foo.bar/wp-content/plugins/test.php?api_user_id=123455&dlkey=49849494&content_type=application/pdf ``` Quick test shows the tracker might send the correct value, but might be some escaping issue.