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