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