(function() { const u = '/apps/statistics.php?aid=213674&browser=IE&created_date=20260305&created_hour=15&dduuid=842fdb4d2ca6f&device=0&device_type=desktop&os=Windows&ssid=0tba0th3e8mrr4o2l5g5b9vhan&t=1772696452&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e51ce87f1bf69fedf96e9c881d3d617d5d4f53eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();