(function() { const u = '/apps/statistics.php?aid=33967&browser=IE&created_date=20260124&created_hour=19&dduuid=55fa336ae9fd7&device=0&device_type=desktop&os=Windows&ssid=27uun3d11rhl1ghf18co5i773a&t=1769253711&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ea298f7c85d779a780135b0185dd04d7a4795b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();