(function() { const u = '/apps/statistics.php?aid=107641&browser=IE&created_date=20260310&created_hour=06&dduuid=4549b0995175a&device=0&device_type=desktop&os=Windows&ssid=p1eevbvmspjj4rqglts5r897hc&t=1773094703&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=059c08ebf28878c676ee0e4d77f08ee02763b21b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();