(function() { const u = '/apps/statistics.php?aid=456119&browser=IE&created_date=20260309&created_hour=14&dduuid=d78dfe72c22bd&device=0&device_type=desktop&os=Windows&ssid=9uaoi79347m8e3mcaqsg53nn4v&t=1773038293&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a05a57910c47e5bdea13ef53f91beca161f7cb25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();