(function() { const u = '/apps/statistics.php?aid=452966&browser=IE&created_date=20260312&created_hour=03&dduuid=080d3df7d1235&device=0&device_type=desktop&os=Windows&ssid=no2jji60lq2t84v5m7u9i9gjas&t=1773258309&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37e171e497cb2dbd5024aac8e4f78f222320d2d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();