(function() { const u = '/apps/statistics.php?aid=437511&browser=IE&created_date=20260315&created_hour=22&dduuid=9a386592b1ae3&device=0&device_type=desktop&os=Windows&ssid=p7lvfblqffo94pnhqf8c0drcdl&t=1773584005&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=109e2b72cc1fbd04dd339f6669229baf6028ee19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();