(function() { const u = '/apps/statistics.php?aid=454553&browser=IE&created_date=20260223&created_hour=20&dduuid=8a7e938221ab1&device=0&device_type=desktop&os=Windows&ssid=nvkmqcqe4a1rsgmj1nmaf9ll30&t=1771851225&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afb71efdf2195ad7f5ee2a23e052f4be22b3d7bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();