(function() { const u = '/apps/statistics.php?aid=267901&browser=IE&created_date=20251222&created_hour=12&dduuid=ae73e8e3c241a&device=0&device_type=desktop&os=Windows&ssid=d4ml3mksidrseidr07vfo0vpim&t=1766376369&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d93236d22575445be8d5268c72e6f0ddceb348&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();