(function() { const u = '/apps/statistics.php?aid=448679&browser=IE&created_date=20260310&created_hour=05&dduuid=8382d5dff1e2a&device=0&device_type=desktop&os=Windows&ssid=so400734cn8vhb5nhvusg4d7i6&t=1773092382&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbe974e4703eb070bd03bb6cd194419138637e24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();