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