(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=12&dduuid=6367a4b1af61d&device=0&device_type=desktop&os=Windows&ssid=sr0ln0l5fl8g4919jlgq7bkgbk&t=1762059056&typeid=0&url_type=2&value=&sign=03c23045e3bbeffdc01914fe4766593c648c1880&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();