(function() { const u = '/apps/statistics.php?aid=7477&browser=IE&created_date=20260313&created_hour=00&dduuid=35cb5c60e6b0a&device=0&device_type=desktop&os=Windows&ssid=6ca3in6qnsk04qsgi6pnmlf8qn&t=1773332065&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3616ccf166714d41a3bb0371bb9bd4f32e0a47ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();