(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=19&dduuid=6240d1aadfae6&device=0&device_type=desktop&os=Windows&ssid=5p4v3f3spoqqbf0gf0v2o9c5i3&t=1757848223&typeid=0&url_type=2&value=&sign=f69ae1dc6569104587e9878f36d607c577e49704&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();