(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=06&dduuid=9a211966a8b7f&device=0&device_type=desktop&os=Windows&ssid=9rk49jejcs9ue56upou58qo28m&t=1761949536&typeid=0&url_type=2&value=&sign=26fcffccef0e7d83c2f4e4c561591883bc1305d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();