(function() { const u = '/apps/statistics.php?aid=369418&browser=IE&created_date=20260124&created_hour=18&dduuid=677b98d09a495&device=0&device_type=desktop&os=Windows&ssid=eqr3h6ahd6rl3smrsnnqrh16ra&t=1769251300&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54f59933f58a5a193139aa21b9825e07fce6ca60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();