(function() { const u = '/apps/statistics.php?aid=427398&browser=IE&created_date=20260123&created_hour=10&dduuid=b42be9827375e&device=0&device_type=desktop&os=Windows&ssid=g2c7508p21bvr4q1pelbe6peq3&t=1769135977&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1956f1e30a9a38cd08870fd12943144a70d3e543&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();