(function() { const u = '/apps/statistics.php?aid=450615&browser=IE&created_date=20260311&created_hour=21&dduuid=6e6f454b81aa3&device=0&device_type=desktop&os=Windows&ssid=d7t47l77rnd7fp8o8ktfqfvmel&t=1773235520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35ca9f280e953c250565da6bd7249ba54ce23e87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();