(function() { const u = '/apps/statistics.php?aid=418638&browser=IE&created_date=20260115&created_hour=22&dduuid=f06bb13e0cd9d&device=0&device_type=desktop&os=Windows&ssid=eopp25rbqlk3511rfjbj4fr8so&t=1768487683&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=062c6209d74236405127fdbfa41fd84d57d3f1b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();