(function() { const u = '/apps/statistics.php?aid=455970&browser=IE&created_date=20260308&created_hour=02&dduuid=10f09a22c88fc&device=0&device_type=desktop&os=Windows&ssid=of6t2gprdui3717a8ubhjpd90m&t=1772908951&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5307dbdb05ffdbaa351c1c0fda9303c140eb3a63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();