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