(function() { const u = '/apps/statistics.php?aid=165083&browser=IE&created_date=20260223&created_hour=20&dduuid=7bd1de2041ba0&device=0&device_type=desktop&os=Windows&ssid=dut3g9eqnu8nb03m4tmql780cl&t=1771850995&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f003b54b7da94ca6df4fb09e6879c86e0f94e63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();