(function() { const u = '/apps/statistics.php?aid=411661&browser=IE&created_date=20260201&created_hour=05&dduuid=ffdb446d8e056&device=0&device_type=desktop&os=Windows&ssid=04ap0o7i29t798ctj4bj8s3rm5&t=1769895610&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfd45890395eeaf39d665baab66f8301c5d21a41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();