(function() { const u = '/apps/statistics.php?aid=98708&browser=IE&created_date=20260304&created_hour=04&dduuid=b42a8caf2b0c4&device=0&device_type=desktop&os=Windows&ssid=cj4jtod88okr0oot5rauj0cdt1&t=1772568634&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=589a6896c757b8325e145e14665bcf02385f44a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();