(function() { const u = '/apps/statistics.php?aid=407751&browser=IE&created_date=20260315&created_hour=17&dduuid=f391ba73ae64b&device=0&device_type=desktop&os=Windows&ssid=g1upe9s7cpkcp68fa7784pskvp&t=1773566589&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f934deaa55babe1aab5f033c1afc4d4d8704ad2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();