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