(function() { const u = '/apps/statistics.php?aid=21369&browser=IE&created_date=20260311&created_hour=10&dduuid=69a0976942ee1&device=0&device_type=desktop&os=Windows&ssid=v4t276s8g56b1dn8l2jsbkhjts&t=1773195353&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9724577a6557f4a4009e87e28a7902013873b160&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();