(function() { const u = '/apps/statistics.php?aid=380596&browser=IE&created_date=20260124&created_hour=08&dduuid=d1ca3ae092853&device=0&device_type=desktop&os=Windows&ssid=fjplj57o426q2rtdkbm1agl1ut&t=1769214771&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56e99846840fe1350a936185916133b33e22f2e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();