(function() { const u = '/apps/statistics.php?aid=436537&browser=IE&created_date=20251229&created_hour=17&dduuid=63cd862d70fc9&device=0&device_type=desktop&os=Windows&ssid=50f8cpda381pgtiq2448h6jf39&t=1767001232&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56c1524d54bd41f5594dcf25e719c534fd26e9e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();