(function() { const u = '/apps/statistics.php?aid=447433&browser=IE&created_date=20260122&created_hour=19&dduuid=f1c7764ecac86&device=0&device_type=desktop&os=Windows&ssid=q8q4lutn515p790clbn6l6n8tm&t=1769082925&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69d764501b2ea958a2a6aa0b9c7ce71e32e15365&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();