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