(function() { const u = '/apps/statistics.php?aid=454887&browser=IE&created_date=20260304&created_hour=21&dduuid=6616855b41a1e&device=0&device_type=desktop&os=Windows&ssid=ul16687sh64tqle14f2p6l2qlp&t=1772632617&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68ffebdb1a7ee491091cfb932d664e37752a062b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();