(function() { const u = '/apps/statistics.php?aid=454255&browser=IE&created_date=20260224&created_hour=22&dduuid=964fe32eee512&device=0&device_type=desktop&os=Windows&ssid=blvcg92ru9m4ov02b811mthu3v&t=1771942708&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7f83cc725af107e8814b00085201b0048e05ca9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();