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