(function() { const u = '/apps/statistics.php?aid=407750&browser=IE&created_date=20260310&created_hour=20&dduuid=f09a946c54e30&device=0&device_type=desktop&os=Windows&ssid=gsakmgqadea6ccnbe8kqkbtrhp&t=1773147174&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce02a2d84a04659f1db777c3eecac150db28a27d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();