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