(function() { const u = '/apps/statistics.php?aid=4277&browser=IE&created_date=20260313&created_hour=07&dduuid=a02c6891b67e7&device=0&device_type=desktop&os=Windows&ssid=04qqpc0tnm51848g1mgv6ked42&t=1773358985&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=885bfa3bc8f46fc9151c4428c6da1f0f9316c8e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();