(function() { const u = '/apps/statistics.php?aid=454531&browser=IE&created_date=20260311&created_hour=09&dduuid=9d0f7b6a7ed0b&device=0&device_type=desktop&os=Windows&ssid=1819cola5a5ughvau61l53tedp&t=1773193023&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c2287bb0a1e4b2f405cbd6f82380bab76ceb0f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();