(function() { const u = '/apps/statistics.php?aid=353134&browser=IE&created_date=20260312&created_hour=00&dduuid=407a5f6ba6885&device=0&device_type=desktop&os=Windows&ssid=0ql381ona2iv7fnfbr5flsqgme&t=1773245531&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f21203b773f0776d7721a24603d2f770ee0465a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();