(function() { const u = '/apps/statistics.php?aid=460470&browser=IE&created_date=20260311&created_hour=13&dduuid=3100bb6ade0ed&device=0&device_type=desktop&os=Windows&ssid=ptv5bm7edv1k04k7o517hpda6j&t=1773207786&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffc41cd555edff64bb0e30b675fa05d8c490d5e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();