(function() { const u = '/apps/statistics.php?aid=456171&browser=IE&created_date=20260315&created_hour=11&dduuid=940e35909f029&device=0&device_type=desktop&os=Windows&ssid=opotju2tshb5jkkph2cl3iu9gm&t=1773545217&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06d22ff7444b48d8d6ec416af0f428e4abd3581b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();