(function() { const u = '/apps/statistics.php?aid=446584&browser=IE&created_date=20260311&created_hour=09&dduuid=c9b7424e72ab6&device=0&device_type=desktop&os=Windows&ssid=2j2cp5o4c76af7lkdq2cardh13&t=1773191968&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8051b213662a8621395c83b1ff484ca7b241364c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();