(function() { const u = '/apps/statistics.php?aid=442582&browser=IE&created_date=20260224&created_hour=02&dduuid=6d09ad5ff8d3c&device=0&device_type=desktop&os=Windows&ssid=l96n2ha1i3pu7j3fhfkldt0e12&t=1771871333&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da29a8c150a6d896f1f3caabedd0a65963b9d626&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();