(function() { const u = '/apps/statistics.php?aid=421979&browser=IE&created_date=20260102&created_hour=19&dduuid=157795eb5c43a&device=0&device_type=desktop&os=Windows&ssid=rq5q900c18sbo473m06fhsc169&t=1767353185&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e6eeb6f9012e67b687472338963cdd72114aa4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();