(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=23&dduuid=a72807fadbb65&device=0&device_type=desktop&os=Windows&ssid=9v5r6nlf36g6ilorp93ne4l7re&t=1761925372&typeid=0&url_type=2&value=&sign=5d0d53c6e4bacb1c51874e9d2edff6dc4ef80a04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();