(function() { const u = '/apps/statistics.php?aid=455224&browser=IE&created_date=20260304&created_hour=14&dduuid=1ef65d3d55b9e&device=0&device_type=desktop&os=Windows&ssid=d6npn4m1b1ugbkkgsa5rj3149j&t=1772604226&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=034757e814c7ff93a6da66b5418f446e074ec6d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();