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