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