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