(function() { const u = '/apps/statistics.php?aid=452916&browser=IE&created_date=20260224&created_hour=17&dduuid=03d685e575f56&device=0&device_type=desktop&os=Windows&ssid=78nnsge1nug44gjikndhcbpge4&t=1771923687&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc12ceccfb086d93485ce423e3d2bf056a9b57d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();