(function() { const u = '/apps/statistics.php?aid=448770&browser=IE&created_date=20260124&created_hour=05&dduuid=b2576f69ad4c0&device=0&device_type=desktop&os=Windows&ssid=0fg6c9hnb7las9pfnrgoud9mi4&t=1769202477&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbe5c8a497e8f1cc6734cd1c210d91e7de4301dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();