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