(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=3dc1428ac422d&device=0&device_type=desktop&os=Windows&ssid=ahjrc8fk3bk9rh2km20anl08f9&t=1757860207&typeid=0&url_type=2&value=&sign=8cbc4bd717336e5987fcacdb3778459d6020005c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();