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