(function() { const u = '/apps/statistics.php?aid=444512&browser=IE&created_date=20260313&created_hour=06&dduuid=4b3f598571faa&device=0&device_type=desktop&os=Windows&ssid=lmcbmi3ga4mgjnffjdnqlb5g25&t=1773356153&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c94fc2038252648fad3037fc3362eec2bd4185d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();