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