(function() { const u = '/apps/statistics.php?aid=401485&browser=IE&created_date=20260128&created_hour=12&dduuid=b851a610500e4&device=0&device_type=desktop&os=Windows&ssid=t9135bmodfdogosq5omomacr3p&t=1769573384&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05d8e7a117045cac3e5613708d1b3b9874ae0306&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();