(function() { const u = '/apps/statistics.php?aid=397836&browser=IE&created_date=20260130&created_hour=09&dduuid=dc3ea9171c100&device=0&device_type=desktop&os=Windows&ssid=ds0q2kgfisisbnh7s76l29vdvm&t=1769736445&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e75e96f1992f4fc25f2d5b522d4e8a95bb38b45e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();