(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=05&dduuid=663a5e34c0068&device=0&device_type=desktop&os=Windows&ssid=i1qqplb3seuondk5g24ph1ra0q&t=1761774707&typeid=0&url_type=2&value=&sign=4dac8b249f266b58f154e0061c8ec7723fed47d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();