(function() { const u = '/apps/statistics.php?aid=324740&browser=IE&created_date=20260313&created_hour=22&dduuid=d7242d6f5fdfe&device=0&device_type=desktop&os=Windows&ssid=tmpm7s6gr672irf6uuakbi3a6g&t=1773411149&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d53ddab187cf70704e4272e7711c06d5384c3661&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();