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