(function() { const u = '/apps/statistics.php?aid=311049&browser=IE&created_date=20260313&created_hour=13&dduuid=31e5bffd170ec&device=0&device_type=desktop&os=Windows&ssid=h6edlo0edjib7n5gttu7dvr1jv&t=1773378453&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f52613ddb743a9500fa2008e73c3d29822f0dd32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();