(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=08&dduuid=5353aa17c6a43&device=0&device_type=desktop&os=Windows&ssid=5r0m2dkgjg9qqhb7h3nqp8frui&t=1761267068&typeid=0&url_type=2&value=&sign=100a4aa61aed87a2b16dde244e533f0d15cf0b44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();