(function() { const u = '/apps/statistics.php?aid=449290&browser=IE&created_date=20260113&created_hour=19&dduuid=8a098c8fca2bf&device=0&device_type=desktop&os=Windows&ssid=26u70iel55v6ghgd0logpn0fnu&t=1768302214&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9791a5cc77876830136372b88c95746971ed175&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();