(function() { const u = '/apps/statistics.php?aid=454872&browser=IE&created_date=20260304&created_hour=22&dduuid=fbd997edac7d7&device=0&device_type=desktop&os=Windows&ssid=n9st5gouj4e92o6li6n5ce2da9&t=1772633339&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b035588e5a621593fdacf0656fcd3e18e3786014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();