(function() { const u = '/apps/statistics.php?aid=440755&browser=IE&created_date=20260315&created_hour=23&dduuid=8f55b8e58a1ac&device=0&device_type=desktop&os=Windows&ssid=tjgqk4d6bqnlocrfdstbptdes3&t=1773586800&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43532c328b075ce6a31f9065704eba82f0f98208&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();