(function() { const u = '/apps/statistics.php?aid=275969&browser=IE&created_date=20260224&created_hour=00&dduuid=819e4f2718b86&device=0&device_type=desktop&os=Windows&ssid=4q70mdo5qg6d9lh40cq8e3r18r&t=1771865808&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf1213c111f48758736f13793a0a45609ae39938&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();