(function() { const u = '/apps/statistics.php?aid=394243&browser=IE&created_date=20260316&created_hour=11&dduuid=44e3e8402313d&device=0&device_type=desktop&os=Windows&ssid=u2c77671o1l9qsnsgvnjjkj6uo&t=1773632288&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3878a3a8f343209c19032a8920aa3310d09e772e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();