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