(function() { const u = '/apps/statistics.php?aid=448332&browser=IE&created_date=20260122&created_hour=18&dduuid=df41fdfc09f19&device=0&device_type=desktop&os=Windows&ssid=okri9l9mkhdbjlrdjgo6dvquod&t=1769078893&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd56085404b258a9ac634576610ac245b84573ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();