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