(function() { const u = '/apps/statistics.php?aid=455132&browser=IE&created_date=20260223&created_hour=22&dduuid=c550314999c04&device=0&device_type=desktop&os=Windows&ssid=sat9nfcsg1qu88id6joj8ll1jt&t=1771856597&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8f2191d7333fc36a8fb92612b0f32d1e7d95855&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();