(function() { const u = '/apps/statistics.php?aid=436420&browser=IE&created_date=20260316&created_hour=21&dduuid=fb085e5a2a344&device=0&device_type=desktop&os=Windows&ssid=hf34rhm5gcoed5532fmcah3e67&t=1773668712&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5b9da9c22ad6b738807babe62239db9d517fcc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();