(function() { const u = '/apps/statistics.php?aid=65095&browser=IE&created_date=20260311&created_hour=07&dduuid=04f5f39c80558&device=0&device_type=desktop&os=Windows&ssid=e1elp98ql88oc4ga8o4quskh02&t=1773184803&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5323e4ab5db6937799200acfa98d9817ef330367&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();