(function() { const u = '/apps/statistics.php?aid=443471&browser=IE&created_date=20251223&created_hour=07&dduuid=dcb311fa23cd8&device=0&device_type=desktop&os=Windows&ssid=v2oej68i17v7f8c39ed8v36dh8&t=1766447454&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9b81816e5a3c2666895b02b31deee9f51f3dd94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();