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