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