(function() { const u = '/apps/statistics.php?aid=269200&browser=IE&created_date=20260308&created_hour=06&dduuid=e5b5f0112423a&device=0&device_type=desktop&os=Windows&ssid=oatdme2o6jf8uj908u3ttj0vv7&t=1772923759&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5f54c251101de8ec8d13739ef2d76d72253ad12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();