(function() { const u = '/apps/statistics.php?aid=375488&browser=IE&created_date=20260224&created_hour=17&dduuid=1750d3757a4e5&device=0&device_type=desktop&os=Windows&ssid=2thl7mp5o4njnl0spnu5vdvfv5&t=1771927191&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6eb8d00aa0c91917a5a6ace84a6afe327cb931b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();