(function() { const u = '/apps/statistics.php?aid=409736&browser=IE&created_date=20260121&created_hour=04&dduuid=a8e94dad3f53a&device=0&device_type=desktop&os=Windows&ssid=dogmt9j4jq7p5l0mf628fgfdlj&t=1768942205&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3351f75ec6754bba86dbf2370f668e2756370460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();