(function() { const u = '/apps/statistics.php?aid=447024&browser=IE&created_date=20260113&created_hour=23&dduuid=e4deb6993b2bc&device=0&device_type=desktop&os=Windows&ssid=69g1va2tdb8gi105v5hpvaa70u&t=1768317795&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e47bcd7ea25498b2df2c870f2f9222ec7b3397d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();