(function() { const u = '/apps/statistics.php?aid=428619&browser=IE&created_date=20260120&created_hour=18&dduuid=be0e6e2bd4827&device=0&device_type=desktop&os=Windows&ssid=3dnlmnsr0h6n4epq434inianlu&t=1768905314&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=377c4c59d0cdc1047e67d4d0c68a56e87a150abe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();