(function() { const u = '/apps/statistics.php?aid=531&browser=IE&created_date=20260307&created_hour=12&dduuid=acc147c3dd3c3&device=0&device_type=desktop&os=Windows&ssid=u1i2oubn8cul64rla1ak2lvi59&t=1772858305&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbe2156ae0573767e5767c6ed17ba1d2113eae4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();