(function() { const u = '/apps/statistics.php?aid=450353&browser=IE&created_date=20260307&created_hour=21&dduuid=71ffc98d38c5d&device=0&device_type=desktop&os=Windows&ssid=h8lsl41hrkpogplcmlhv63uit0&t=1772889331&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d206856051c38bb5009d7defad8c765dd40c7522&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();