(function() { const u = '/apps/statistics.php?aid=435369&browser=IE&created_date=20260310&created_hour=10&dduuid=6f0ef695e6bcd&device=0&device_type=desktop&os=Windows&ssid=spn187f6vjlbn0jle5h8kk04bm&t=1773111108&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd81c4eb624caadf050eeb5010adff8e5fa546bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();