(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=18&dduuid=59371e088cda3&device=0&device_type=desktop&os=Windows&ssid=92q7hn4nclqf49f3g2hmgons5i&t=1761217002&typeid=0&url_type=1&value=&sign=ef224ba6f251e742adb0d7b7559e205af5223686&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();