(function() { const u = '/apps/statistics.php?aid=452985&browser=IE&created_date=20260306&created_hour=07&dduuid=30d08c7a7ffdb&device=0&device_type=desktop&os=Windows&ssid=3l25dnmm26umm1u6mrgggkhkur&t=1772752575&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58f8d066063a71958f283d7b402aea7a58067ac3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();