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