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