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