(function() { const u = '/apps/statistics.php?aid=394240&browser=IE&created_date=20260316&created_hour=16&dduuid=81c9773cad8c6&device=0&device_type=desktop&os=Windows&ssid=3brvvecdtjiq54lfan2g3thno2&t=1773649242&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32430fc91860614616fa46a022c1c48e885b48a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();