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