(function() { const u = '/apps/statistics.php?aid=396527&browser=IE&created_date=20260228&created_hour=02&dduuid=bf1ab7d7d9c0e&device=0&device_type=desktop&os=Windows&ssid=59huo1q438lbr726e1foki8i2s&t=1772215632&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d751d4fa13e6881bffd4a50aaae7863dc48f92fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();