(function() { const u = '/apps/statistics.php?aid=383102&browser=IE&created_date=20251218&created_hour=17&dduuid=ef086823aa229&device=0&device_type=desktop&os=Windows&ssid=aumfld01qpgu05fv2ncpmaihc3&t=1766051719&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c4bf3c24c5bbd0d0f82bfb08737d4acc93665c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();