(function() { const u = '/apps/statistics.php?aid=86402&browser=IE&created_date=20260310&created_hour=17&dduuid=dd4f4e5ba5082&device=0&device_type=desktop&os=Windows&ssid=udscmn2nlkni1f9p0cof8lim80&t=1773134895&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12b5af171c8a559c7fa459d879e0d2fa508b368c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();