(function() { const u = '/apps/statistics.php?aid=442099&browser=IE&created_date=20260310&created_hour=19&dduuid=e4c9893354659&device=0&device_type=desktop&os=Windows&ssid=6kte10g65v7l9l5khee05r16ne&t=1773140888&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2509de269af2ca4a483f96f1466337d38685f621&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();