(function() { const u = '/apps/statistics.php?aid=401374&browser=IE&created_date=20260128&created_hour=21&dduuid=9bd983dae4f29&device=0&device_type=desktop&os=Windows&ssid=6bvhbid1lacbe1a266vp65mbko&t=1769607923&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c520a0bde82018fa9061de7ed615a333556826d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();