(function() { const u = '/apps/statistics.php?aid=453362&browser=IE&created_date=20260224&created_hour=22&dduuid=34a78d869f1c2&device=0&device_type=desktop&os=Windows&ssid=3d6julm2gb4n526sovlsgjrahk&t=1771944399&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce74c760c5a3e6e4f516732e1a4ba8cf2b3dbc5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();