(function() { const u = '/apps/statistics.php?aid=461005&browser=IE&created_date=20260311&created_hour=09&dduuid=68477a254072a&device=0&device_type=desktop&os=Windows&ssid=uls9he7so6r5ecr01i5imou7vv&t=1773193033&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56839e28c52f70726625030fe9598fc0e7bc6131&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();