(function() { const u = '/apps/statistics.php?aid=444899&browser=IE&created_date=20251222&created_hour=02&dduuid=948e4cb888dd0&device=0&device_type=desktop&os=Windows&ssid=6i9bpb9ges6getc9m3acvud7p9&t=1766341774&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd87a8f1f0e8861ccda9d464a15fecd4f0754dab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();