(function() { const u = '/apps/statistics.php?aid=98735&browser=IE&created_date=20260310&created_hour=21&dduuid=584711d598cfd&device=0&device_type=desktop&os=Windows&ssid=4s1e5chicoj8ah408443719r95&t=1773150289&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a891d93e7557dc1aa566d1b0026e4c02de77aa10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();