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