(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=50aaae8f65936&device=0&device_type=desktop&os=Windows&ssid=ra5anfdamajfvf5irnrn1p2m4l&t=1758169557&typeid=0&url_type=2&value=&sign=314f9d83d4709c0eb1c958fec1c83d907f6a4262&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();