(function() { const u = '/apps/statistics.php?aid=443836&browser=IE&created_date=20260313&created_hour=23&dduuid=3856bcde3d583&device=0&device_type=desktop&os=Windows&ssid=q649dmafm9u9q0bop1m9f5s1ih&t=1773416825&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ecb1307d40d23ed3269d23b2d75d2532ff6eaa5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();