(function() { const u = '/apps/statistics.php?aid=79877&browser=IE&created_date=20260124&created_hour=05&dduuid=880b565d5b1ea&device=0&device_type=desktop&os=Windows&ssid=s6q2di83j93voee2pbhrq04ifj&t=1769203430&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80d5824a280d7caf73adbe76b07e3560725eea36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();