(function() { const u = '/apps/statistics.php?aid=98800&browser=IE&created_date=20260225&created_hour=15&dduuid=0cb95caa45c5a&device=0&device_type=desktop&os=Windows&ssid=fbsjnpndt69e7aoonllmb8h4tl&t=1772003650&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1723e380f567f85506777cc80565303b789b3632&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();