(function() { const u = '/apps/statistics.php?aid=454533&browser=IE&created_date=20260305&created_hour=06&dduuid=8113f3244751e&device=0&device_type=desktop&os=Windows&ssid=bne9t003r7uldoj34mk0pb86ro&t=1772663228&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77b5c5e7bd5e15cdf3ca9b168096f053720e8c05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();