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