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