(function() { const u = '/apps/statistics.php?aid=454421&browser=IE&created_date=20260201&created_hour=01&dduuid=f4b8c88973ceb&device=0&device_type=desktop&os=Windows&ssid=r2jtaqplkddqo7s4e87bldo4l8&t=1769880927&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6074a4117c4dbeabaeb024d1a1d6096b08774c8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();