(function() { const u = '/apps/statistics.php?aid=46&browser=IE&created_date=20260227&created_hour=07&dduuid=f587d737b7df2&device=0&device_type=desktop&os=Windows&ssid=abemt7ctk3913u7l5lchs9fi8f&t=1772150371&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e524fa4dc5107371dbeffd27cae237a719505e13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();