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