(function() { const u = '/apps/statistics.php?aid=18127&browser=IE&created_date=20260224&created_hour=17&dduuid=1423931cf6448&device=0&device_type=desktop&os=Windows&ssid=bfoorgu9721fk855qd083da5v4&t=1771924889&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e9b383be24fff1147afdfc1c072efc10642aedd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();