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