(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=2a88f1bacf927&device=0&device_type=desktop&os=Windows&ssid=038rsaptfnil09vin4psg3hta2&t=1757900551&typeid=0&url_type=2&value=&sign=b23b9407ad12194b3ef6f318b094469734301e10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();