(function() { const u = '/apps/statistics.php?aid=450878&browser=IE&created_date=20260121&created_hour=06&dduuid=cd58109055224&device=0&device_type=desktop&os=Windows&ssid=7t7ils133dmgvuql7t9qm6gj27&t=1768948505&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91c78139aff9c23e690c4ebfc49423f9a66de3d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();