(function() { const u = '/apps/statistics.php?aid=452388&browser=IE&created_date=20260224&created_hour=23&dduuid=8c997ac682a01&device=0&device_type=desktop&os=Windows&ssid=608gp984nrp4po7ol86641i3ah&t=1771946841&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02dd5b3ade959a3ff5d20a541c1e1d852175ddf3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();