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