(function() { const u = '/apps/statistics.php?aid=399356&browser=IE&created_date=20260129&created_hour=11&dduuid=e1af0329c1561&device=0&device_type=desktop&os=Windows&ssid=6s52rmrr8hoc2ks6pli8e3l1rt&t=1769658770&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84ff221e913fc91d062a3742f25158324035e354&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();