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