(function() { const u = '/apps/statistics.php?aid=454768&browser=IE&created_date=20260307&created_hour=15&dduuid=96287b56c2220&device=0&device_type=desktop&os=Windows&ssid=5q0i4494c2odbct1aldvnlnn71&t=1772867257&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66dc24b98602ebe9538e237177bdf082c8a77049&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();