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