(function() { const u = '/apps/statistics.php?aid=401521&browser=IE&created_date=20260127&created_hour=18&dduuid=403e217bba035&device=0&device_type=desktop&os=Windows&ssid=63qvr2l21s4r9lcvbo1aot1qr7&t=1769509929&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d507f37f10cee24bc98dfcd0062bd2d7f6a55c0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();