(function() { const u = '/apps/statistics.php?aid=455226&browser=IE&created_date=20260306&created_hour=03&dduuid=ff45079d60391&device=0&device_type=desktop&os=Windows&ssid=198f8hbtiiselntisv40fo30al&t=1772737857&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58bf40165cacab02be00765d1037d80ec11a4867&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();