(function() { const u = '/apps/statistics.php?aid=443793&browser=IE&created_date=20260224&created_hour=02&dduuid=e61cd3bf35d85&device=0&device_type=desktop&os=Windows&ssid=3p0jpulubblt0rdpq61806a9ej&t=1771870191&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09c6592f12000b870c9e0a7be3cedfa2af960514&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();