(function() { const u = '/apps/statistics.php?aid=97248&browser=IE&created_date=20260228&created_hour=01&dduuid=0afbde61beb2a&device=0&device_type=desktop&os=Windows&ssid=it3uf6nacpoh58frjl1kes1ipq&t=1772212134&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a9ba57e79526769d9b58b710be6036c3bdb8191&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();