(function() { const u = '/apps/statistics.php?aid=352382&browser=IE&created_date=20260312&created_hour=18&dduuid=b3b5ec4341734&device=0&device_type=desktop&os=Windows&ssid=3ae3u51c8fmrpsa4s7mve3kp4l&t=1773310266&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2395b9b1f072a36d069e9f2983350fdb90dfd9c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();