(function() { const u = '/apps/statistics.php?aid=452570&browser=IE&created_date=20260312&created_hour=09&dduuid=9e8c59ffeafcc&device=0&device_type=desktop&os=Windows&ssid=hpbsae5mkb3ms3acinep0ou4co&t=1773277428&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41889298c4cd85346c7108b88159912c4e057ba8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();