(function() { const u = '/apps/statistics.php?aid=275974&browser=IE&created_date=20260224&created_hour=00&dduuid=6442fd0c83d39&device=0&device_type=desktop&os=Windows&ssid=m1eu71kbv8veqcfbl423ucicsd&t=1771865772&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dfc9931a3ac5533122a6cb830901bf6671c2947&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();