(function() { const u = '/apps/statistics.php?aid=448785&browser=IE&created_date=20260309&created_hour=14&dduuid=801db55f989ab&device=0&device_type=desktop&os=Windows&ssid=t7cn6r7urpou191nhivjv1u3oi&t=1773038753&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d41dcaf61cbdc2459c3a74ad394b8cdb1bbc114&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();