(function() { const u = '/apps/statistics.php?aid=4280&browser=IE&created_date=20260313&created_hour=11&dduuid=8854ff40a39fe&device=0&device_type=desktop&os=Windows&ssid=i97dl0mvurvcohgv7gfr3mh05o&t=1773371080&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e2ae19500eebacc5bd741d04bee1a1649fc6e3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();