(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=00f79365db27c&device=0&device_type=desktop&os=Windows&ssid=i6hc53af0n65du55690lj4p9qb&t=1757860134&typeid=0&url_type=2&value=&sign=0dcc8330dd43d832a1107b4dddd07a9a0a0a8431&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();