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