(function() { const u = '/apps/statistics.php?aid=141242&browser=IE&created_date=20260306&created_hour=11&dduuid=1d4172db9f88b&device=0&device_type=desktop&os=Windows&ssid=pg87kef9iu9am3gueunmedu2nm&t=1772767275&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f3565cf1d24a41b4f649f7066a1d69f45f517f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();