(function() { const u = '/apps/statistics.php?aid=444880&browser=IE&created_date=20260312&created_hour=20&dduuid=0a4bd8e8f19eb&device=0&device_type=desktop&os=Windows&ssid=nvrdhf125vku72q1ehbfk3rsji&t=1773318124&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=771a488f966da878c4c29b548274803efca5a677&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();