(function() { const u = '/apps/statistics.php?aid=452154&browser=IE&created_date=20260225&created_hour=01&dduuid=959952e6f5140&device=0&device_type=desktop&os=Windows&ssid=7kpemvv23dv48gtq4tmv6a9p6b&t=1771955127&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d532b360adb53205d3c9508e079042d1e0f6eaca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();