(function() { const u = '/apps/statistics.php?aid=42796&browser=IE&created_date=20260124&created_hour=05&dduuid=47ff821961d0e&device=0&device_type=desktop&os=Windows&ssid=uo2md9ioasbjufrm9pvk5hvlqi&t=1769202762&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5df5030d21ded9ddec1ee7f69fc6cef42def4776&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();