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