(function() { const u = '/apps/statistics.php?aid=324783&browser=IE&created_date=20260313&created_hour=19&dduuid=35299554979c3&device=0&device_type=desktop&os=Windows&ssid=9qlfdff1mh4uo3t1t6j6d988r0&t=1773401879&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c54e0c37d3ed7582d7421f8c98fa870c8a73e743&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();