(function() { const u = '/apps/statistics.php?aid=437738&browser=IE&created_date=20260315&created_hour=14&dduuid=bd583fb530e90&device=0&device_type=desktop&os=Windows&ssid=l9t7us3i8pqgbh17j0otrmnoan&t=1773557776&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4360ce9b104a067fc788a82954637119ba4b02d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();