(function() { const u = '/apps/statistics.php?aid=104543&browser=IE&created_date=20260310&created_hour=06&dduuid=0b82e3d6a4b93&device=0&device_type=desktop&os=Windows&ssid=n4tj74qd99rvmn7i37g3lsqc1d&t=1773095116&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17fca9dee15c6f1ff15ba840d6822377e0a6fe55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();