(function() { const u = '/apps/statistics.php?aid=412014&browser=IE&created_date=20260303&created_hour=12&dduuid=4837e54d05315&device=0&device_type=desktop&os=Windows&ssid=cjjhoi2c1imt1r3i33dm7pmo08&t=1772513861&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7349ab38a70d5664630a3b5f8f6f722dfe262e55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();