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