(function() { const u = '/apps/statistics.php?aid=435226&browser=IE&created_date=20260305&created_hour=03&dduuid=1abb9843c3352&device=0&device_type=desktop&os=Windows&ssid=5v1ml36s8jorb06njiovgktgkh&t=1772653628&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c352255ac1fb2c939077f179fe2ca094f0583374&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();