(function() { const u = '/apps/statistics.php?aid=451901&browser=IE&created_date=20260313&created_hour=01&dduuid=e824881f3eb8c&device=0&device_type=desktop&os=Windows&ssid=rm5hjifidv44t4fd4emd0bo2dd&t=1773336798&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa80a5426f5578317555a8f6305eb6f184115974&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();