(function() { const u = '/apps/statistics.php?aid=454185&browser=IE&created_date=20260224&created_hour=07&dduuid=a4b531c7222ea&device=0&device_type=desktop&os=Windows&ssid=g322nnrb40lroqnvh47g94kk5e&t=1771890686&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac528a608833a67c293a47561155d45c501950b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();