(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=13&dduuid=587fa5833002c&device=0&device_type=desktop&os=Windows&ssid=9i581jc5tlme8aif68fmd9gpgr&t=1762665421&typeid=0&url_type=2&value=&sign=207e75b1b31c77da62d0f50cc77263834931bfed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();