(function() { const u = '/apps/statistics.php?aid=461259&browser=IE&created_date=20260313&created_hour=14&dduuid=5ca609a9cfed4&device=0&device_type=desktop&os=Windows&ssid=ih425l2oq6n084c5sp66t8bbec&t=1773384790&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=258c318a0f2722f7c4fa20481195b479fa6fdd62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();