(function() { const u = '/apps/statistics.php?aid=293411&browser=IE&created_date=20260226&created_hour=01&dduuid=2aed3af4652e7&device=0&device_type=desktop&os=Windows&ssid=ga42ddltcfbhsjongtgb9f06a5&t=1772040487&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c28ad026b13b0f02b347af048256d299eea6fe7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();