(function() { const u = '/apps/statistics.php?aid=431038&browser=IE&created_date=20260124&created_hour=23&dduuid=10ded72b9fca5&device=0&device_type=desktop&os=Windows&ssid=fcn5qaueb57gpi17tptdk4os7l&t=1769268917&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34691d0f9c075b606a65e7875d495689917c2832&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();