(function() { const u = '/apps/statistics.php?aid=405004&browser=IE&created_date=20260311&created_hour=08&dduuid=7e9496590b05e&device=0&device_type=desktop&os=Windows&ssid=kbnl1r2g9slm85ceb3qct2d28a&t=1773187484&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23245fd60617ae58e37b063d91bf927913d27263&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();