(function() { const u = '/apps/statistics.php?aid=458176&browser=IE&created_date=20260228&created_hour=06&dduuid=b1ef257cce9a8&device=0&device_type=desktop&os=Windows&ssid=f69h3p1fd7rlo5qp4jehrj2ch2&t=1772231036&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72e7f0be8f5b74642efbf010b881bfc42820beb7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();