(function() { const u = '/apps/statistics.php?aid=452068&browser=IE&created_date=20260225&created_hour=02&dduuid=574df4e247c4d&device=0&device_type=desktop&os=Windows&ssid=350pk5469rocguskujaho6oaat&t=1771958606&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=747eb80ddd7996fd9b5a1d90488f274faeeb0879&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();