(function() { const u = '/apps/statistics.php?aid=440043&browser=IE&created_date=20260113&created_hour=15&dduuid=a018f6781861d&device=0&device_type=desktop&os=Windows&ssid=49h12iibvd2bmltdsc7l1subom&t=1768288421&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80e0c31254d68e851043d123b7d2e6fe7be447f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();