(function() { const u = '/apps/statistics.php?aid=437778&browser=IE&created_date=20260308&created_hour=15&dduuid=2731ba8849a0e&device=0&device_type=desktop&os=Windows&ssid=d5m5pfd9kgrq448h6eb710hilb&t=1772953218&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=298764011dd896874e40772803ce53e0b8831020&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();