(function() { const u = '/apps/statistics.php?aid=452979&browser=IE&created_date=20260225&created_hour=04&dduuid=91a0c0f1be104&device=0&device_type=desktop&os=Windows&ssid=57b26aecfdn8hd78odghm5gfcc&t=1771965451&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e93e2a3c4b5da72f8b6ee7ca0b9088c74450cdf6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();