(function() { const u = '/apps/statistics.php?aid=442443&browser=IE&created_date=20260315&created_hour=17&dduuid=f98aeb22ac881&device=0&device_type=desktop&os=Windows&ssid=h3tr0j3i2j34on0v54dj5is9jg&t=1773568624&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74f5dcac5b6c90b767ee8480f8b877669239154d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();