(function() { const u = '/apps/statistics.php?aid=12223&browser=IE&created_date=20260121&created_hour=23&dduuid=8e33274962714&device=0&device_type=desktop&os=Windows&ssid=hkjepq2adamvjf071gb7068lnn&t=1769009933&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ee441c54a5ee7d57bc167d2ea6f9a2ed70d75b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();