(function() { const u = '/apps/statistics.php?aid=448940&browser=IE&created_date=20260113&created_hour=20&dduuid=a35dcccc32f5a&device=0&device_type=desktop&os=Windows&ssid=ehisp51ctvd5086mfp3qig8h0s&t=1768306406&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d04d2959aed3f70da0f9627670e7e2a96aa113e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();