(function() { const u = '/apps/statistics.php?aid=440738&browser=IE&created_date=20260316&created_hour=10&dduuid=78a88aa933ae9&device=0&device_type=desktop&os=Windows&ssid=mebb6livrjm18c1o4k4omst0qr&t=1773626700&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=470e30ab83e9bccdf874289a3c966977dd2640f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();