(function() { const u = '/apps/statistics.php?aid=402754&browser=IE&created_date=20260311&created_hour=14&dduuid=e3e15b4d85443&device=0&device_type=desktop&os=Windows&ssid=d8c90nem4hmpc37ng9jo990aet&t=1773210612&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2cba108109bbe858c36392fc8354ea576f61ddf6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();