(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=23&dduuid=1ba2feca92ae8&device=0&device_type=desktop&os=Windows&ssid=defpl7fbn6n56lm1mu3ucq8haf&t=1761234556&typeid=0&url_type=2&value=&sign=685303e6f76c041a26134cb30477399ac6a8c24e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();