(function() { const u = '/apps/statistics.php?aid=291666&browser=IE&created_date=20260117&created_hour=00&dduuid=8fc4af49462d7&device=0&device_type=desktop&os=Windows&ssid=oqlsaasnb5k1fbb842as6o58gp&t=1768581887&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f90df62fed0873e36c2d4faa37b1030f783d858e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();