(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=04&dduuid=7c5f549531dc6&device=0&device_type=desktop&os=Windows&ssid=nv8c2t5i0m0pd4qjssdap4gase&t=1757967955&typeid=0&url_type=2&value=&sign=2780dd0eec97cbb2c1ddc6e6310301a28675d259&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();