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