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