(function() { const u = '/apps/statistics.php?aid=324801&browser=IE&created_date=20260114&created_hour=23&dduuid=52cce82508c8f&device=0&device_type=desktop&os=Windows&ssid=npnmqr3dvs10ck9ull1m3a8ios&t=1768404512&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a24019911c42177d9696121a39d089e42fea783&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();