(function() { const u = '/apps/statistics.php?aid=269264&browser=IE&created_date=20260224&created_hour=09&dduuid=a95889984e845&device=0&device_type=desktop&os=Windows&ssid=3psb65rveoqp03tmsv67mcn17j&t=1771897641&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4008512565791be512a93b88186756166fcf2b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();