(function() { const u = '/apps/statistics.php?aid=340376&browser=IE&created_date=20260226&created_hour=20&dduuid=90851895ac204&device=0&device_type=desktop&os=Windows&ssid=dp7a7eo1a2antgg403mmuj8366&t=1772109634&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40a029e80e0e73cc9cf2d706a918328e9f686922&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();