(function() { const u = '/apps/statistics.php?aid=440765&browser=IE&created_date=20260310&created_hour=05&dduuid=494d193948d9b&device=0&device_type=desktop&os=Windows&ssid=8ap690v9f764c1tfclmj880c8u&t=1773092326&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56422e61c616c94c1adb639d0853329e0b4c4ada&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();