(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=12&dduuid=e4fe384b1aec8&device=0&device_type=desktop&os=Windows&ssid=afcqpm54ok42kntkimhjhmb78l&t=1760936379&typeid=0&url_type=2&value=&sign=b78784aa86d3cd7efbacc0208c675c67abe6d6ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();