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