(function() { const u = '/apps/statistics.php?aid=403959&browser=IE&created_date=20260224&created_hour=02&dduuid=e88fff68a93e8&device=0&device_type=desktop&os=Windows&ssid=hhf4doe2f9pd24v66vugbaq3eb&t=1771871830&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75dc0df8723988503c2bf40253d1395b3d291615&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();