(function() { const u = '/apps/statistics.php?aid=267765&browser=IE&created_date=20260224&created_hour=13&dduuid=98f2e88be56de&device=0&device_type=desktop&os=Windows&ssid=5odrolbh78g4l0dcpin4kah6hr&t=1771909266&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=578548989523ccc3c6b3d451d6a40bc8db7dec7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();