(function() { const u = '/apps/statistics.php?aid=443802&browser=IE&created_date=20260223&created_hour=15&dduuid=9066b948e8503&device=0&device_type=desktop&os=Windows&ssid=d39pvh7312ub622hjb60hinsam&t=1771832783&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21292292267adea2cf8a006708ce37b2cc081f53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();