(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=e10259ff4bfc4&device=0&device_type=desktop&os=Windows&ssid=7a90vagqp2hgot7j0b7siubdmt&t=1757898658&typeid=0&url_type=2&value=&sign=816d7cacd2aa6b4f33a37118a82caf824383a6b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();