(function() { const u = '/apps/statistics.php?aid=79861&browser=IE&created_date=20260304&created_hour=16&dduuid=5c760c9792493&device=0&device_type=desktop&os=Windows&ssid=f53b31ds44nqgr5sra4252l1dc&t=1772614777&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b424d95b2d54516f4c34f40c36c770a8870be9aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();