(function() { const u = '/apps/statistics.php?aid=435025&browser=IE&created_date=20260305&created_hour=02&dduuid=4d9cc28220705&device=0&device_type=desktop&os=Windows&ssid=f1bgr4peib64u55n43g3cd218o&t=1772649211&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=717df895b2fa832170b4fb5d6d73efa339c831ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();