(function() { const u = '/apps/statistics.php?aid=410294&browser=IE&created_date=20260120&created_hour=18&dduuid=58863d0e75136&device=0&device_type=desktop&os=Windows&ssid=jice59n9s998e5r2vge7m2fatb&t=1768905350&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df467b18f923218755245ded9b135701a4e89024&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();