(function() { const u = '/apps/statistics.php?aid=445715&browser=IE&created_date=20260113&created_hour=00&dduuid=5b03271024245&device=0&device_type=desktop&os=Windows&ssid=6sqakugq2m0rond48d18feb0t9&t=1768237037&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7ee1bfd555221640c5386cdd05dee2f24a2c09b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();