(function() { const u = '/apps/statistics.php?aid=113149&browser=IE&created_date=20260123&created_hour=22&dduuid=53c233a30528e&device=0&device_type=desktop&os=Windows&ssid=5cg9f3f31acp3f580dtacps5fp&t=1769178818&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0339308e7cf69bc239115e855421508c088b959f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();