(function() { const u = '/apps/statistics.php?aid=109782&browser=IE&created_date=20260227&created_hour=10&dduuid=fbe6f672f5887&device=0&device_type=desktop&os=Windows&ssid=btvi1gfsmr254ut09e215eh2ld&t=1772158603&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e280a5c512104c64be025f000ae655dfa1c541ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();