(function() { const u = '/apps/statistics.php?aid=435225&browser=IE&created_date=20260305&created_hour=03&dduuid=e605747e24dac&device=0&device_type=desktop&os=Windows&ssid=2t4f3qrepcdr5fsqqufce8cuko&t=1772653640&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edf970bead8379c119a78a355b69c40d51abcb9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();