(function() { const u = '/apps/statistics.php?aid=265961&browser=IE&created_date=20260315&created_hour=13&dduuid=6668a365bb08c&device=0&device_type=desktop&os=Windows&ssid=9i7vn9b20mgauv4ggt0mtivvqa&t=1773553464&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7e7bbd65d73660ace486202da8569d726f8b8bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();