(function() { const u = '/apps/statistics.php?aid=425816&browser=IE&created_date=20260113&created_hour=16&dduuid=a251b0a989584&device=0&device_type=desktop&os=Windows&ssid=2dh20bffpd7pmru1ala1vvot2c&t=1768291288&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db018b787eebb876451feaa6cbdd386c469f53cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();