(function() { const u = '/apps/statistics.php?aid=446064&browser=IE&created_date=20260311&created_hour=18&dduuid=9356568d2aeee&device=0&device_type=desktop&os=Windows&ssid=g5gm32s51p8i7m2ocqhknngapm&t=1773224237&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a325e7043683726565ecb557a14b99702db10b47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();