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