(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=03&dduuid=816ec8611c92d&device=0&device_type=desktop&os=Windows&ssid=98kj63tsf1ncrs2pfapr94curi&t=1761074338&typeid=0&url_type=2&value=&sign=82ce9f6482a3b866f1e649fa74665a4098386d8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();